Module fastly_api::apis::kv_store_api
source · Structs
- struct for passing parameters to the method
create_store
- struct for passing parameters to the method
delete_store
- struct for passing parameters to the method
get_store
- struct for passing parameters to the method
get_stores
Enums
- struct for typed errors of method
create_store
- struct for typed errors of method
delete_store
- struct for typed errors of method
get_store
- struct for typed errors of method
get_stores
Functions
- Create a new KV store.
- A KV store must be empty before it can be deleted. Deleting a KV store that still contains keys will result in a
409
(Conflict). - Get a KV store by ID.
- Get all stores for a given customer.