Click or drag to resize

TableOptionsCompactionOptions Property

The compaction options for this table.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public SortedDictionary<string, string> CompactionOptions { get; }

Return Value

Type: SortedDictionaryString, String
a dictionary containing the compaction options for this table.
See Also