Execute query, apply statement's aggregation function, call action for each aggregation
object returned from server.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 3.5.0.0 (3.5.3)
Syntax
Parameters
- policy
- Type: Aerospike.Client QueryPolicy
generic configuration parameters, pass in null for defaults
- statement
- Type: Aerospike.Client Statement
database query command with aggregate functions already initialized by SetAggregateFunction()
- action
- Type: System Action Object
action methods to be called for each aggregation object
Exceptions
Exception | Condition |
---|---|
Aerospike.Client AerospikeException | if query fails |
See Also