GraphOptionsSetWriteConsistencyLevel Method |
Sets the consistency level for the write graph queries.
Namespace: Dse.GraphAssembly: Dse (in Dse.dll) Version: 2.3.0
Syntax public GraphOptions SetWriteConsistencyLevel(
ConsistencyLevel consistency
)
Parameters
- consistency
- Type: DseConsistencyLevel
The consistency level to use in write graph queries.
Return Value
Type:
GraphOptionsSee Also