Skip to main content

Enum AdfCassandraConsistencyLevel

Namespace: Varigence.Languages.Biml.DataFactory

Assembly: Biml.dll

C#


public enum AdfCassandraConsistencyLevel

Fields

FieldsDescription
ALLSpecifies that all replica nodes are required.
EACH_QUORUMSpecifies that a quorum of replica nodes in all data centers are required.
LOCAL_ONESpecifies that at least one replica node in the local data center is required.
LOCAL_QUORUMSpecifies that a quorum of replica nodes in the local data center are required.
ONESpecifies that at least one replica node is required.
QUORUMSpecifies that a quorum of replica nodes are required.
THREESpecifies that at least three replica nodes are required.
TWOSpecifies that at least two replica nodes are required.