Click or drag to resize

GraphOptionsSetWriteConsistencyLevel Method

Sets the consistency level for the write graph queries.

Namespace:  Cassandra.DataStax.Graph
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public GraphOptions SetWriteConsistencyLevel(
	ConsistencyLevel consistency
)

Parameters

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

Return Value

Type: GraphOptions
See Also