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