CassandraSourceReadConsistencyLevels Enum
The consistency level specifies how many Cassandra servers must respond to a read request before returning data to the client application. Cassandra checks the specified number of Cassandra servers for data to satisfy the read request. Must be one of cassandraSourceReadConsistencyLevels. The default value is 'ONE'. It is case-insensitive.
- Inheritance
-
builtins.strCassandraSourceReadConsistencyLevelsCassandraSourceReadConsistencyLevels
Constructor
CassandraSourceReadConsistencyLevels(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Fields
ALL |
EACH_QUORUM |
LOCAL_ONE |
LOCAL_QUORUM |
LOCAL_SERIAL |
ONE |
QUORUM |
SERIAL |
THREE |
TWO |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python