Allow read operations to use replicated data partitions instead of master
partition. By default, both read and write operations are directed to the
master partition.
This variable is currently only used in batch read/exists operations. For batch, this variable should only be set to true when the replication factor is greater than or equal to the number of nodes in the cluster.
Default: false
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public bool allowProleReads
Field Value
Type: BooleanSee Also