AerospikeClient ScanNode Method (ScanPolicy, String, String, String, ScanCallback,  String )Aerospike
Read all records in specified namespace and set for one node only. The node is specified by name.

This call will block until the scan is complete - callbacks are made within the scope of this call.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.6.0.0 (3.6.0)
Syntax

Parameters

policy
Type: Aerospike.Client ScanPolicy
scan configuration parameters, pass in null for defaults
nodeName
Type: OnlineSystem String
server node name
ns
Type: OnlineSystem String
namespace - equivalent to database name
setName
Type: OnlineSystem String
optional set name - equivalent to database table
callback
Type: Aerospike.Client ScanCallback
read callback method - called with record data
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