Click or drag to resize

KeyType Enumeration

Describes the type of key.

This enum is going to be deprecated in future releases, use PartitionKeys, ClusteringKeys and Indexes for a more accurate representation of a table or view keys and indexes.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public enum KeyType
Members
  Member nameValueDescription
None0
Partition1
Clustering2
SecondaryIndex3
See Also

Reference