AerospikeClient 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.5.0.0 (3.5.0)
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: OnlineSystem Action OnlineObject 
action methods to be called for each aggregation object
Exceptions

See Also