Click or drag to resize
IRiakAsyncClientGet Method
Overload List
  NameDescription
Public methodGet(RiakObjectId, RiakGetOptions)
Retrieve the specified object from Riak.
Public methodGet(IEnumerableRiakObjectId, RiakGetOptions)
Retrieve multiple objects from Riak.
Public methodGet(String, String, RiakGetOptions)
Get the specified key from the bucket. Optionally can be read from rVal instances. By default, the server's r-value will be used, but can be overridden by rVal.
Top
See Also