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.
|
HasIndexName | Gets whether the "indexName" field is set |
HasMaxRecords | Gets whether the "maxRecords" field is set |
HasRecordsPerSecond | Gets whether the "recordsPerSecond" field is set |
HasSetName | Gets whether the "setName" field is set |
HasTaskId | Gets 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.
|