SwitchCompressionMethod.

DictionarySize Property

Summary

Gets or sets the size of the dictionary. Dictionary size in bytes will be calculated as 2 ^ DictionarySize (24 -> 2 ^ 24 -> 16MB).
Assembly
Cake.7zip.dll
Namespace
Cake.SevenZip.Switches
Containing Type
SwitchCompressionMethod

Syntax

public Nullable<int> DictionarySize { get; set; }

Value

Type Description
Nullable<int> The size of the dictionary.