Execute query and call action for each record returned from server.
Namespace: Aerospike.ClientAssembly: 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
- action
- Type:
System Action Key, Record
action methods to be called for each record
Exceptions
Exception | Condition |
---|---|
Aerospike.Client AerospikeException | if query fails |
See Also