Click or drag to resize
IStatementSerialConsistencyLevel Property
Gets the serial consistency level for the query.

The serial consistency level is only used by conditional updates (INSERT, UPDATE and DELETE with an IF condition).

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
ConsistencyLevel SerialConsistencyLevel { get; }

Property Value

Type: ConsistencyLevel
See Also