ConsistencyLevel EnumerationAerospike
How replicas should be consulted in a read operation to provide the desired consistency guarantee.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.3.0.0 (3.3.1)
Syntax

Members

  Member nameValueDescription
CONSISTENCY_ONE0 Involve a single replica in the operation.
CONSISTENCY_ALL1 Involve all replicas in the operation.
See Also