Click or drag to resize

IGraphStatementSetGraphWriteConsistencyLevel Method

Sets the consistency level used for the graph write query.

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

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

Parameters

consistency
Type: DseConsistencyLevel

Return Value

Type: IGraphStatement
See Also