Share via


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.

Fields

ALL
EACH_QUORUM
LOCAL_ONE
LOCAL_QUORUM
LOCAL_SERIAL
ONE
QUORUM
SERIAL
THREE
TWO