AerospikeClientProxyScanAll(ScanPolicy, String, String, String) Method

Read all records in specified namespace and set.

This call will block until the scan is complete

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public RecordSet ScanAll(
	ScanPolicy policy,
	string ns,
	string setName,
	params string[] binNames
)

Parameters

policy  ScanPolicy
scan configuration parameters, pass in null for defaults
ns  String
namespace - equivalent to database name
setName  String
optional set name - equivalent to database table
binNames  String
optional bin to retrieve. All bins will be returned if not specified.

Return Value

RecordSet

Exceptions

AerospikeExceptionif scan fails

See Also