Batch mulitple get requests into a single call.
The following properties must be set before using this method.
Namespace: net.citrusleaf- DefaultNamespace
- DefaultSet
- DefaultBin
Assembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax
Parameters
- keys
- Type:
System.Collections.Generic ICollection
Object
Collection of keys.
- values
- Type:
System Object
Returned positionally matched bin values.
- generations
- Type:
System UInt32
Returned positionally matched generations. Generation indicates how many times the record has been modified.
- timeoutMillis
- Type:
System Int32
Transaction timeout in milliseconds.
Return Value
A result status for every key.See Also