CitrusleafClient BatchGet Method Aerospike
Overload List

  NameDescription
Public methodBatchGet(ICollection Object ,  Object  ,  UInt32  , Int32)
Batch mulitple get requests into a single call. The following properties must be set before using this method.
  • DefaultNamespace
  • DefaultSet
  • DefaultBin
Public methodBatchGet(String, String, ICollection Object , IList String ,  IDictionary String, Object   ,  UInt32  , Int32)
Batch multiple get requests into a single call. Return a list of dictionaries, each dictionary containing a collection of bin name/value pairs.
Public methodBatchGet(String, String, ICollection Object , String,  Object  ,  UInt32  , Int32)
Batch multiple get requests into a single call.
Back to Top
See Also