Click or drag to resize
CqlQueryOptionsSetConsistencyLevel Method
Sets the consistency level to be used when executing the query.

Namespace: Dse.Mapping
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
public CqlQueryOptions SetConsistencyLevel(
	ConsistencyLevel consistencyLevel
)

Parameters

consistencyLevel
Type: DseConsistencyLevel

Return Value

Type: CqlQueryOptions
See Also