CitrusleafClient IScanCallback ScanRecordCallback Method Aerospike
This method will be called for each record returned from the scan. The user can terminate the scan by returning false.

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

Parameters

ns
Type: OnlineSystem String
Namespace of the returned record.
set
Type: OnlineSystem String
Set of the returned record.
digest
Type:  OnlineSystem Byte 
Unique ID generated from the key and set name.
values
Type: OnlineSystem.Collections.Generic IDictionary OnlineString, OnlineObject 
Bin name/value pairs.
generation
Type: OnlineSystem UInt32
Generation indicates how many times the record has been modified.
expirationDate
Type: OnlineSystem UInt32
Date this record will expire, in seconds from Jan 01 2010 00:00:00 GMT

Return Value

See Also