Module config_store_item_api

Module config_store_item_api 

Source

Structs§

BulkUpdateConfigStoreItemParams
struct for passing parameters to the method bulk_update_config_store_item
CreateConfigStoreItemParams
struct for passing parameters to the method create_config_store_item
DeleteConfigStoreItemParams
struct for passing parameters to the method delete_config_store_item
GetConfigStoreItemParams
struct for passing parameters to the method get_config_store_item
ListConfigStoreItemsParams
struct for passing parameters to the method list_config_store_items
UpdateConfigStoreItemParams
struct for passing parameters to the method update_config_store_item
UpsertConfigStoreItemParams
struct for passing parameters to the method upsert_config_store_item

Enums§

BulkUpdateConfigStoreItemError
struct for typed errors of method bulk_update_config_store_item
CreateConfigStoreItemError
struct for typed errors of method create_config_store_item
DeleteConfigStoreItemError
struct for typed errors of method delete_config_store_item
GetConfigStoreItemError
struct for typed errors of method get_config_store_item
ListConfigStoreItemsError
struct for typed errors of method list_config_store_items
UpdateConfigStoreItemError
struct for typed errors of method update_config_store_item
UpsertConfigStoreItemError
struct for typed errors of method upsert_config_store_item

Functions§

bulk_update_config_store_item
Add multiple key-value pairs to an individual config store, specified by ID.
create_config_store_item
Add a single key-value pair to an individual config store, specified by ID.
delete_config_store_item
Delete an entry in a config store given a config store ID, and item key.
get_config_store_item
Retrieve a config store entry given a config store ID and item key.
list_config_store_items
List the key-value pairs associated with a given config store ID.
update_config_store_item
Update an entry in a config store given a config store ID, item key, and item value.
upsert_config_store_item
Insert or update an entry in a config store given a config store ID, item key, and item value.