GraphOptionsSetReadConsistencyLevel Method |
Sets the consistency level for the read graph queries.
Namespace: Dse.GraphAssembly: Dse (in Dse.dll) Version: 2.2.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