CitrusleafClient Scan Method (String, String, Int32, CitrusleafClient )Aerospike
Scan the database using specified namespace and set filters. The supplied user-defined method is called for each record returned. The user can terminate the scan by returning false in the callback method. This method will block until the scan is complete or terminated by the callback method. Callbacks are made within the scope of this method call.

Namespace: net.citrusleaf
Assembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax

Parameters

ns
Type: OnlineSystem String
Namespace.
set
Type: OnlineSystem String
Set name. Pass null to retrieve all records in the namespace.
timeoutMillis
Type: OnlineSystem Int32
Timeout in milliseconds. Not currently used.
callback
Type: ScanCallback2
Callback delegate for each returned record.

Return Value

See Also