Click or drag to resize

GraphStatementGraphWriteConsistencyLevel Property

Gets the consistency level used for write graph queries.

Namespace:  Cassandra.DataStax.Graph
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public Nullable<ConsistencyLevel> GraphWriteConsistencyLevel { get; }

Property Value

Type: NullableConsistencyLevel

Implements

IGraphStatementGraphWriteConsistencyLevel
See Also