ConsistencyLevel
in package
`ConsistencyLevel` indicates how replicas should be consulted in a read operation to provide the desired consistency guarantee.
Table of Contents
Methods
- ConsistencyAll() : ConsistencyLevel
- ConsistencyAll indicates that all replicas should be consulted in the read operation.
- ConsistencyOne() : ConsistencyLevel
- ConsistencyOne indicates only a single replica should be consulted in the read operation.
Methods
ConsistencyAll()
ConsistencyAll indicates that all replicas should be consulted in the read operation.
public
static ConsistencyAll() : ConsistencyLevel
Return values
ConsistencyLevelConsistencyOne()
ConsistencyOne indicates only a single replica should be consulted in the read operation.
public
static ConsistencyOne() : ConsistencyLevel