Click or drag to resize
DataCollectionMetadataClusteringKeys Property
Gets an array of pairs of columns and sort order that are part of the clustering key

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.7.0
Syntax
C#
public Tuple<TableColumn, DataCollectionMetadataSortOrder>[] ClusteringKeys { get; }

Property Value

Type: TupleTableColumn, DataCollectionMetadataSortOrder
See Also