ScanPolicyMaxRecords Property

Approximate number of records to return to client. This number is divided by the number of nodes involved in the scan. The actual number of records returned may be less than maxRecords if node record counts are small and unbalanced across nodes. Default: 0 (do not limit record count)

Definition

Namespace: Aerospike.Client.KVS
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public ulong MaxRecords { get; set; }

Property Value

UInt64

See Also