Returns consistency for request. Must be one of
CONSISTENCIES
Returns:
Type
Details
Symbol
consistency for request. Must be one of
CONSISTENCIES
serial_consistency
Returns consistency for request with conditional updates
(lightweight - compare-and-set, CAS - transactions). Must be one of
SERIAL_CONSISTENCIES
Returns:
Type
Details
Symbol
consistency for request with conditional updates
(lightweight - compare-and-set, CAS - transactions). Must be one of
SERIAL_CONSISTENCIES
page_size
Returns requested page size
Returns:
Type
Details
Integer
requested page size
timeout
Returns request timeout interval
Returns:
Type
Details
Numeric
request timeout interval
arguments
Returns positional arguments for the statement
Returns:
Type
Details
Array
positional arguments for the statement
type_hints
Returns type hints for positional arguments for the statement
Returns:
Type
Details
Array
type hints for positional arguments for the statement
paging_state
Returns paging state
Note
Although this feature exists to allow web applications to store
paging state in an HTTP cookie,
it is not safe to expose without encrypting or otherwise securing it.
Paging state contains information internal to the Apache Cassandra cluster,
such as partition key and data. Additionally, if a paging state is sent with
CQL statement, different from the original, the behavior of Cassandra is
undefined and will likely cause a server process of the coordinator of
such request to abort.