Click or drag to resize
GraphOptionsSetReadConsistencyLevel Method
Sets the consistency level for the read graph queries.

Namespace: Dse.Graph
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
public GraphOptions SetReadConsistencyLevel(
	ConsistencyLevel consistency
)

Parameters

consistency
Type: DseConsistencyLevel
The consistency level to use in read graph queries.

Return Value

Type: GraphOptions
See Also