Approximate number of records to return to client. This number is divided by the
number of nodes involved in the query. The actual number of records returned
may be less than maxRecords if node record counts are small and unbalanced across
nodes.
Namespace: Aerospike.ClientmaxRecords is supported on server versions >= 4.9 for scans only. maxRecords exists here because query methods will convert into a scan when the query filter is null. maxRecords is ignored when the query contains a filter.
Default: 0 (do not limit record count)
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.0 (3.9.16)
Syntax
See Also