Statement Properties

Properties

BinNames Optional bins names to return for each result record. If not specified all bins are returned.
Descriptor 
Filter Optional Filter encoded in Aerospike wire format.
FunctionArgs Aggregation function arguments encoded as bytes using Aerospike wire format.
FunctionName Aggregation function name.
HasIndexNameGets whether the "indexName" field is set
HasMaxRecordsGets whether the "maxRecords" field is set
HasRecordsPerSecondGets whether the "recordsPerSecond" field is set
HasSetNameGets whether the "setName" field is set
HasTaskIdGets whether the "taskId" field is set
IndexName Optional index name.
MaxRecords 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)
Namespace The namespace to query.
Operations Operations to be performed on query encoded as bytes using Aerospike wire format.
PackageName Aggregation file name.
Parser 
RecordsPerSecond Limit returned records per second (rps) rate for each server. Do not apply rps limit if recordsPerSecond is zero. Default: 0
SetName Optional set name.
TaskId Optional taskId.

See Also