Click or drag to resize

GraphOptionsSetWriteConsistencyLevel Method

Sets the consistency level for the write graph queries.

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

Parameters

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

Return Value

Type: GraphOptions
See Also