CitrusleafClient GetAll Method Aerospike
Get all bins for specified key. The record generation count is also returned.

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
Optional set name.
key
Type: OnlineSystem Object
Record identifier. Unique within set.
values
Type: OnlineSystem.Collections.Generic IDictionary OnlineString, OnlineObject  
Returned bin name/value pairs.
generation
Type: OnlineSystem UInt32 
Returned generation indicates how many times the record has been modified.
timeoutMillis
Type: OnlineSystem Int32
Timeout in milliseconds.

Return Value

Result status.
See Also