Click or drag to resize
GraphStatementGraphReadConsistencyLevel Property
Gets the consistency level used for read graph queries.

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

Property Value

Type: NullableConsistencyLevel

Implements

IGraphStatementGraphReadConsistencyLevel
See Also