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

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

Return Value

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