AerospikeClient.ScanPartitions Method
Read records in specified namespace, set and partition filter.
This call will block until the scan is complete - callbacks are made
within the scope of this call.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public void ScanPartitions(
ScanPolicy policy,
PartitionFilter partitionFilter,
string ns,
string setName,
ScanCallback callback,
params string[] binNames
)
- policy ScanPolicy
- scan configuration parameters, pass in null for defaults
- partitionFilter PartitionFilter
- filter on a subset of data partitions
- ns String
- namespace - equivalent to database name
- setName String
- optional set name - equivalent to database table
- callback ScanCallback
- read callback method - called with record data
- binNames String[]
- optional bin to retrieve. All bins will be returned if not specified.
IAerospikeClient.ScanPartitions(ScanPolicy, PartitionFilter, String, String, ScanCallback, String[])