Click or drag to resize
RiakClientGet 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.
Public methodGet(String, String, String, RiakGetOptions)
Retrieve the specified object from Riak.
Top
See Also