This method will be called for each record returned from the scan.
The user can terminate the scan by returning false.
Namespace: net.citrusleafAssembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax
Parameters
- ns
- Type:
System String
Namespace of the returned record.
- set
- Type:
System String
Set of the returned record.
- digest
- Type:
System Byte
Unique ID generated from the key and set name.
- values
- Type:
System.Collections.Generic IDictionary
String,
Object
Bin name/value pairs.
- generation
- Type:
System UInt32
Generation indicates how many times the record has been modified.
- expirationDate
- Type:
System UInt32
Date this record will expire, in seconds from Jan 01 2010 00:00:00 GMT
Return Value
See Also