Enum KeyType
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: Cassandra
Assembly: Cassandra.dll
Syntax
public enum KeyType
Fields
| Name | Description |
|---|---|
| Clustering | |
| None | |
| Partition | |
| SecondaryIndex |