CitrusleafClient BatchGet Method (String, String, ICollection Object , String,  Object  ,  UInt32  , Int32)Aerospike
Batch multiple get requests into a single call.

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

Parameters

ns
Type: OnlineSystem String
Namespace.
set
Type: OnlineSystem String
Optional set name.
keys
Type: OnlineSystem.Collections.Generic ICollection OnlineObject 
Positionally matched keys.
bin
Type: OnlineSystem String
Bin name filter.
values
Type:  OnlineSystem Object  
Returned positionally matched bin values.
generations
Type:  OnlineSystem UInt32  
Returned positionally matched generations.
timeoutMillis
Type: OnlineSystem Int32
Client request timeout in milliseconds.

Return Value

A result status for every key.
See Also