Click or drag to resize
RiakClientDelete Method (RiakObjectId, RiakDeleteOptions)
Delete the object identified by the objectId.

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public RiakResult Delete(
	RiakObjectId objectId,
	RiakDeleteOptions options = null
)

Parameters

objectId
Type: RiakClient.ModelsRiakObjectId
The RiakObjectId of the object to be deleted.
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: RiakResult
A RiakResult detailing the success or failure of the operation.

Implements

IRiakBatchClientDelete(RiakObjectId, RiakDeleteOptions)
See Also