Riak KV Get
You can use the Riak KV Get activity to get the buckets, objects, maps, sets, or counters of Riak.
Configuration
The Configuration tab is used to configure the connection for getting the buckets, objects, maps, sets, or counters of Riak KV. The Configuration tab has the following fields:
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 | 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 |
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 |
---|---|
IsNotFound | You can determine if there is a value in Riak. |
IsUnchanged | You can determine if the value is unchanged. |
VClock | You can get the vector clock returned with this response |
Values | If the object you are fetching has siblings, you can use this field to get those values. |
Charset | You can get the current classloader-wide default charset for the Riak client. |
ContentType | You can get the content type of the stored object values. |
VTag | You can get the VTag related to the specific sibling of the values you retrieve during Riak KVGet activity. |
Value | You can get the actual value retrieved during Riak KVGet activity. |
Copyright © Cloud Software Group, Inc. All rights reserved.