AerospikeClient Query Method (QueryPolicy, Statement)Aerospike
Execute query and return record iterator. The query executor puts records on a queue in separate threads. The calling thread concurrently pops records off the queue through the record iterator.

This method is only supported by Aerospike 3 servers.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.1.0.0 (3.1.5)
Syntax

Exceptions

See Also