RiakClientGet Method (IEnumerableRiakObjectId, RiakGetOptions) |
Retrieve multiple objects from Riak.
Namespace:
RiakClient
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax Remarks
Riak does not support multi get behavior. RiakClient's multi get functionality wraps multiple
get requests and returns results as an IEnumerable{RiakResult{RiakObject}}. Callers should be aware that
this may result in partial success - all results should be evaluated individually in the calling application.
In addition, applications should plan for multiple failures or multiple cases of siblings being present.
See Also