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.
- An kv store must be empty before it can be deleted. Deleting an kv store that still contains keys will result in a
409
(Conflict). - Get an kv store by ID.
- Get all stores for a given customer.