Riak KV Create
You can use the Riak KV Create activity to create a bucket or an object of Riak.
Configuration
The Configuration tab is used to configure the connection for creating the objects or buckets of Riak KV. While creating the object there are some configurations to be provided on this tab. The Configuration tab has the following fields:
Field | Description |
---|---|
Connection | Name of the connection |
Riak KV Types | Select the bucket or object that you want to create. |
Input
The Input tab has the following fields:
Field | Description |
---|---|
Bucket Type | Bucket type allows a group of buckets to share configuration details. It allows Riak users to manage bucket properties more efficiently than in the older configuration system that was based on bucket properties. |
Bucket | Bucket is a flat namespace in Riak. It allows the same key name to exist in multiple buckets and enables you to apply configurations across keys. |
Key | Key is a binary value(or string) that identifies objects |
Value | Actual data stored in Riak |
Content-Type | The type of data stored.
For example: text/plain, application/json, application/xml |
V_Clock | It is the vclock for the object stored. It provides causal context for conflicts |
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.
The Output tab has the following fields:
Field | Description |
---|---|
Success | Returns true when create object activity is successful |
Key | Key of the created object |
Objects | Actual Object and its created value |