Scan a single node in the cluster.
Namespace: net.citrusleafAssembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax
Parameters
- node
- Type: Node
node can be obtained from GetActiveNodes().
- ns
- Type:
System String
Namespace.
- set
- Type:
System String
Set name. Pass null to retrieve all records in the namespace.
- callback
- Type: net.citrusleaf CitrusleafClient IScanCallback
Callback interface for each returned record.
Return Value
See Also