Riak KV Delete

You can use the Riak KV Delete activity to delete objects of Riak.

Configuration

The Configuration tab is used to configure the connection for deleting the objects of Riak KV. While deleting the object there are some configurations to be provided. The configuration tab has the following fields:

Field Description
Connection Name of the connection
Riak KV Types Select the bucket or object you want to delete.

Input

The Input tab has the following fields:

Field Description
Bucket Type Bucket types allow groups of buckets to share configuration details. You can manage bucket properties more efficiently than in the older configuration system based on bucket properties.
Bucket Buckets are essentially a flat namespace in Riak. They allow the same key name to exist in multiple buckets and enable you to apply configuration across keys.
Key Keys in Riak are simply binary values(or strings) used to identify Objects.

Output

The Output tab displays the output schema of the activity as a tree structure. The output is read-only. The information in the schema varies based on the fields selected on the Configuration tab. The properties that are displayed in the schema correspond to the output of this activity and can be used as input by subsequent activities in the flow.

This tab has the following fields:
Field Description
Success Returns true if object is deleted successfully