AsyncClient ScanAll Method (ScanPolicy, RecordSequenceListener, String, String,  String )Aerospike
Asynchronously read all records in specified namespace and set. If the policy's concurrentNodes is specified, each server node will be read in parallel. Otherwise, server nodes are read in series.

This method schedules the scan command with a channel selector and returns. Another thread will process the command and send the results to the listener.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.5.0.0 (3.5.1)
Syntax

Parameters

policy
Type: Aerospike.Client ScanPolicy
scan configuration parameters, pass in null for defaults
listener
Type: Aerospike.Client RecordSequenceListener
where to send results, pass in null for fire and forget
ns
Type: OnlineSystem String
namespace - equivalent to database name
setName
Type: OnlineSystem String
optional set name - equivalent to database table
binNames
Type:  OnlineSystem String 
optional bin to retrieve. All bins will be returned if not specified. Aerospike 2 servers ignore this parameter.
Exceptions

See Also