Click or drag to resize
ClusteringKeyAttribute Constructor (Int32, SortOrder)
Initializes a new instance of the ClusteringKeyAttribute class

Namespace: Cassandra.Mapping.Attributes
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public ClusteringKeyAttribute(
	int index,
	SortOrder order
)

Parameters

index
Type: SystemInt32
order
Type: Cassandra.MappingSortOrder
See Also