Click or drag to resize
ClusteringKeyAttributeClusteringOrder Property

Note: This API is now obsolete.

Gets or sets the string representation of the clustering order

Namespace: Cassandra.Data.Linq
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
[ObsoleteAttribute("Use ClusteringSortOrder instead")]
public string ClusteringOrder { get; set; }

Property Value

Type: String
See Also