IAerospikeClient QueryAggregate Method (QueryPolicy, Statement, Action Object )Aerospike
Execute query, apply statement's aggregation function, call action for each aggregation object returned from server.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.15.0 (3.9.15)
Syntax

Parameters

policy
Type: Aerospike.Client QueryPolicy
query configuration parameters, pass in null for defaults
statement
Type: Aerospike.Client Statement
query filter with aggregate functions already initialized by SetAggregateFunction(). Statement instance is not suitable for reuse since it's modified in this method.
action
Type: System Action Object 
action methods to be called for each aggregation object
Exceptions

See Also