CitrusleafClient BatchGet Method (String, String, ICollection Object , IList String ,  IDictionary String, Object   ,  UInt32  , Int32)Aerospike
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.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 
Collection of keys.
bins
Type: OnlineSystem.Collections.Generic IList OnlineString 
Bin names filter.
values
Type:  OnlineSystem.Collections.Generic IDictionary OnlineString, OnlineObject   
Returned positionally matched dictionaries. Each dictionary contains a list of bin name/values pairs.
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