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:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public const ConsistencyLevel DefaultConsistencyLevel = ConsistencyLevel.LocalOne

Field Value

Type: ConsistencyLevel
See Also