Summary
Gets or sets the size of the dictionary.
Dictionary size in bytes will be calculated as 2 ^ DictionarySize (24 -> 2 ^ 24 -> 16MB).
- Namespace
- Cake
.SevenZip .Switches - Containing Type
- Switch
Compression Method
Syntax
public int? DictionarySize { get; set; }
Value
Type | Description |
---|---|
int? | The size of the dictionary. |