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