Riak KV Update

You can use the Riak KV Update activity to update the buckets, objects, maps, sets, or counters of Riak KV.

Configuration

The Configuration tab is used to configure the connection for updating the buckets, objects, maps, sets, or counters of Riak KV. While updating the object there are some configurations to be provided from this tab. The configuration tab has the following fields:

Field Description
Connection Name of the connection
Riak KV Types Select Riak KV Type you want to update.

For example: bucket, object, or map.

Input

The Input tab has the following fields:

Field Description
Bucket Type Bucket type allows 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 configurations across keys.
Key Keys in Riak are simply binary values (or strings) used to identify objects.
Value Actual data to be stored in Riak
Content-Type The type of data stored.

For example: text/plain, application/json, application/xml

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 update object is successful
Key Key of the object that is updated
Objects Actual Object and its values that is updated
Value Actual value stored in the object