| KeyType Enumeration |
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
public enum KeyType
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | ||
| Partition | 1 | ||
| Clustering | 2 | ||
| SecondaryIndex | 3 |
© 2016 DataStax, All rights reserved.