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.str
CassandraSourceReadConsistencyLevels
CassandraSourceReadConsistencyLevels

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