Batch multiple get requests into a single call.
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
Positionally matched keys.
- bin
- Type:
System String
Bin name filter.
- values
- Type:
System Object
Returned positionally matched bin values.
- 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