Click or drag to resize
TableOptionsIsCompactStorage Property
Whether the table uses the COMPACT STORAGE option.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.2.0
Syntax
C#
public bool IsCompactStorage { get; }

Return Value

Type: Boolean
whether the table uses the COMPACT STORAGE option.
See Also