Click or drag to resize

IGraphStatementSetGraphReadConsistencyLevel Method

Sets the consistency level used for the graph read query.

This setting will override the consistency level set with SetConsistencyLevel(ConsistencyLevel) only for the READ part of the graph query.

Namespace:  Dse.Graph
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
IGraphStatement SetGraphReadConsistencyLevel(
	ConsistencyLevel consistency
)

Parameters

consistency
Type: DseConsistencyLevel

Return Value

Type: IGraphStatement
See Also