How replicas should be consulted in a read operation to provide the desired
consistency guarantee.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 3.2.0.0 (3.2.3)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
CONSISTENCY_ONE | 0 | Involve a single replica in the operation. | |
CONSISTENCY_ALL | 1 | Involve all replicas in the operation. |
See Also