TableOptionsIsCompactStorage Property |
Whether the table uses the COMPACT STORAGE option.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.2.0
Syntax public bool IsCompactStorage { get; }
Return Value
Type:
Booleanwhether the table uses the
COMPACT STORAGE
option.
See Also