Skip to content

SetValueKVStoreRequestV1

Purpose

Add a piece of data to the KV store by adding its key and the corresponding value. If the key already exists, override the value.

Type

Records with fields:

The key that that identifies the piece of data in the KV-store.

The corresponding value that needs to be added to the KV-store.

Values