IRiakAsyncClientPut Method (IEnumerableRiakObject, RiakPutOptions) |
Namespace:
RiakClient
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax Remarks
Riak does not support multi put behavior. RiakClient's multi put functionality wraps multiple
put 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