How duplicates should be consulted in a read operation.
Only makes a difference during migrations and only applicable in AP mode.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 3.7.0.0 (3.7.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
CONSISTENCY_ONE | 0 | Involve master only in the read operation. | |
CONSISTENCY_ALL | 1 | Involve all duplicates in the read operation. |
See Also