QueryOptionsSetSerialConsistencyLevel Method |
Sets the default serial consistency level to use for queries.
The serial consistency level set through this method will be use for queries
that don't explicitely have a serial consistency level.
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntax public QueryOptions SetSerialConsistencyLevel(
ConsistencyLevel serialConsistencyLevel
)
Parameters
- serialConsistencyLevel
- Type: DseConsistencyLevel
the new serial consistency level to set as default.
Return Value
Type:
QueryOptionsthis QueryOptions instance.
See Also