IRiakBatchClientDelete Method (RiakObject, RiakDeleteOptions) |
Delete the data identified by the riakObject
Namespace:
RiakClient
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax RiakResult Delete(
RiakObject riakObject,
RiakDeleteOptions options = null
)
abstract Delete :
riakObject : RiakObject *
?options : RiakDeleteOptions
(* Defaults:
let _options = defaultArg options null
*)
-> RiakResult
Parameters
- riakObject
- Type: RiakClient.ModelsRiakObject
The object to delete. - options (Optional)
- Type: RiakClient.ModelsRiakDeleteOptions
The RiakDeleteOptions responsible for configuring the semantics of this single delete request.
These options will override any previously defined bucket configuration properties.
Return Value
Type:
RiakResultA
RiakResult detailing the success or failure of the operation.
See Also