Click or drag to resize

CqlQueryOptionsSetConsistencyLevel Method

Sets the consistency level to be used when executing the query.

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

Parameters

consistencyLevel
Type: CassandraConsistencyLevel

Return Value

Type: CqlQueryOptions
See Also