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: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax ConsistencyLevel SerialConsistencyLevel { get; }
Property Value
Type:
ConsistencyLevelSee Also