RiakClientGet Method (RiakObjectId, RiakGetOptions) |
Retrieve the specified object from Riak.
Namespace:
RiakClient
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax Remarks
If a node does not respond, that does not necessarily mean that the
objectId is not available. It simply means
that fewer than rVal nodes responded to the read request. Unfortunately,
the Riak API does not allow us to distinguish between a 404 resulting from less than rVal
nodes successfully responding and an objectId not being found in Riak.
See Also