Click or drag to resize

QueryOptionsDefaultConsistencyLevel Field

The default consistency level for queries: ConsistencyLevel.LocalOne. For DataStax Apollo, this constant should be ignored as the default is LocalQuorum.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public const ConsistencyLevel DefaultConsistencyLevel = ConsistencyLevel.LocalOne

Field Value

Type: ConsistencyLevel
See Also