Key-value operation

更新时间:
复制 MD 格式

The key-value operation node wraps the KV store service API. Use this node to write, get, or delete data as key-value pairs.

Node configuration

Parameter Description
Node name Specifies the name for the node. The name can contain Chinese characters, English letters, digits, and underscores (_) and cannot exceed 30 characters.
Operation type The type of operation to perform. Options include:
  • get
  • write
  • delete

For more information about the KV store service, see KV Store Service API.

key The key of the key-value pair to operate on. You can use a fixed value, the payload from the previous node, or a variable from any preceding node.
Note For more information about variables, see Variable Configuration.
value This parameter is available only when the operation type is write. It specifies the value to write and can be a fixed value, the payload from the previous node, or a variable from any preceding node.

Node output

The node output contains the result of the key-value operation.