Enum AdfCassandraConsistencyLevel
C#
public enum AdfCassandraConsistencyLevel
Fields
ALL | Specifies that all replica nodes 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. |
LOCAL_QUORUM | Specifies that a quorum of replica nodes in the local data center are required. |
ONE | Specifies that at least one replica node is required. |
QUORUM | Specifies that a quorum of replica nodes are required. |
THREE | Specifies that at least three replica nodes are required. |
TWO | Specifies that at least two replica nodes are required. |