Batch multiple get requests into a single call. Return a list of dictionaries, each dictionary
containing a collection of bin name/value pairs.
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.
- keys
- Type:
System.Collections.Generic ICollection
Object
Collection of keys.
- bins
- Type:
System.Collections.Generic IList
String
Bin names filter.
- values
- Type:
System.Collections.Generic IDictionary
String,
Object
Returned positionally matched dictionaries. Each dictionary contains a list of bin name/values pairs.
- generations
- Type:
System UInt32
Returned positionally matched generations.
- timeoutMillis
- Type:
System Int32
Client request timeout in milliseconds.
Return Value
A result status for every key.See Also