Documentation

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


        
On this page

Search results