CitrusleafClient BatchGet Method (ICollection Object ,  Object  ,  UInt32  , Int32)Aerospike
Batch mulitple get requests into a single call. The following properties must be set before using this method.
  • DefaultNamespace
  • DefaultSet
  • DefaultBin

Namespace: net.citrusleaf
Assembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax

Parameters

keys
Type: OnlineSystem.Collections.Generic ICollection OnlineObject 
Collection of keys.
values
Type:  OnlineSystem Object  
Returned positionally matched bin values.
generations
Type:  OnlineSystem UInt32  
Returned positionally matched generations. Generation indicates how many times the record has been modified.
timeoutMillis
Type: OnlineSystem Int32
Transaction timeout in milliseconds.

Return Value

A result status for every key.
See Also