IRiakAsyncClientDelete Method |
Name | Description | |
---|---|---|
Delete(RiakObject, RiakDeleteOptions) |
Delete the data identified by the riakObject | |
Delete(RiakObjectId, RiakDeleteOptions) |
Delete the object identified by the objectId.
| |
Delete(IEnumerableRiakObjectId, RiakDeleteOptions) |
Delete multiple objects identified by a IEnumerableT of RiakObjectId.
| |
Delete(String, String, RiakDeleteOptions) |
Delete the object identified by key from a bucket.
|