ConsistencyLevel EnumerationAerospike
How duplicates should be consulted in a read operation. Only makes a difference during migrations and only applicable in AP mode.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.6.7.0 (3.6.7)
Syntax

Members

  Member nameValueDescription
CONSISTENCY_ONE0 Involve master only in the read operation.
CONSISTENCY_ALL1 Involve all duplicates in the read operation.
See Also