AdfCassandraConsistencyLevel Enumeration
The AdfCassandraConsistencyLevel enumeration provides a list of supported read consistency levels in a Cassandra database.
Enumeration Values
Name | Summary |
---|---|
ONE | Specifies that at least one replica node is required. |
TWO | Specifies that at least two replica nodes are required. |
THREE | Specifies that at least three replica nodes are required. |
QUORUM | Specifies that a quorum of replica nodes are required. |
ALL | Specifies that all replica nodes are required. |
LOCAL_QUORUM | Specifies that a quorum of replica nodes in the local data center are required. |
EACH_QUORUM | Specifies that a quorum of replica nodes in all data centers are required. |
LOCAL_ONE | Specifies that at least one replica node in the local data center is required. |