This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.7zip.
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
- Switch
Compression Method
Syntax
public Nullable<int> DictionarySize { get; set; }
Value
Type | Description |
---|---|
Nullable |
The size of the dictionary. |