Maximum number of records returned (for foreground query) or processed
(for background execute query). 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.
Default: 0 (do not limit record count)
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public long MaxRecords { get; set; }
Property Value
Type: Int64See Also