GraphOptionsSetReadConsistencyLevel Method |
Sets the consistency level for the read graph queries.
Namespace:
Cassandra.DataStax.Graph
Assembly:
Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax public GraphOptions SetReadConsistencyLevel(
ConsistencyLevel consistency
)
Parameters
- consistency
- Type: CassandraConsistencyLevel
The consistency level to use in read graph queries.
Return Value
Type:
GraphOptionsSee Also