AerospikeClient QueryPartitions Method Aerospike
Execute query for specified partitions 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.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.10.0 (3.9.10)
Syntax

Parameters

policy
Type: Aerospike.Client QueryPolicy
query configuration parameters, pass in null for defaults
statement
Type: Aerospike.Client Statement
query filter. Statement instance is not suitable for reuse since it's modified in this method.
partitionFilter
Type: Aerospike.Client PartitionFilter
filter on a subset of data partitions
Exceptions

See Also