Click or drag to resize
PreparedStatementConsistencyLevel Property
Gets the default consistency level for all executions using this instance

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

Property Value

Type: NullableConsistencyLevel
See Also