Get dictionary of bin name/value pairs for specified key and list of bin names.
The get will timeout if the server does not respond within the specified time period.
Namespace: net.citrusleafAssembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax
Parameters
- ns
- Type:
System String
Namespace.
- set
- Type:
System String
Optional set name.
- key
- Type:
System Object
Record identifier. Unique within set.
- bins
- Type:
System.Collections.Generic IList
String
Bin names filter.
- values
- Type:
System.Collections.Generic IDictionary
String,
Object
Returned bin name/value pairs.
- generation
- Type:
System UInt32
Returned generation indicates how many times the record has been modified.
- timeoutMillis
- Type:
System Int32
Timeout in milliseconds.
Return Value
Result status.See Also