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).

Syntax

public int? DictionarySize { get; set; }

Value

Type Description
int? The size of the dictionary.
GitHub Discussion