Click or drag to resize
GraphStatementConsistencyLevel Property
Returns the consistency level to use for this statement.

Namespace: Dse.Graph
Assembly: Dse (in Dse.dll) Version: 2.3.0
Syntax
C#
public Nullable<ConsistencyLevel> ConsistencyLevel { get; }

Property Value

Type: NullableConsistencyLevel

Implements

IGraphStatementConsistencyLevel
See Also