Click or drag to resize

CqlCommandConsistencyLevel Property

Gets or sets the ConsistencyLevel when executing the current CqlCommand.

Namespace:  Cassandra.Data
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public ConsistencyLevel ConsistencyLevel { get; set; }

Property Value

Type: ConsistencyLevel
See Also