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) |