AsyncClientProxyQueryPartitions Method

Overload List

QueryPartitions(QueryPolicy, Statement, PartitionFilter) 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.

Requires server version 6.0+ if using a secondary index query.

QueryPartitions(QueryPolicy, Statement, PartitionFilter, CancellationToken) 
QueryPartitions(QueryPolicy, RecordSequenceListener, Statement, PartitionFilter) Not supported in proxy client
Obsolete.
QueryPartitions(QueryPolicy, CancellationToken, Statement, PartitionFilter) 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.

Requires server version 6.0+ if using a secondary index query.

See Also