Config store
A container that lets you store data in key-value pairs. Learn more about config stores.
Data model
name | string | The name of the config store. | |
created_at | string | Date and time in ISO 8601 format. Read-only. | |
deleted_at | string | Date and time in ISO 8601 format. Read-only. | |
id | string | An alphanumeric string identifying the config store. | |
updated_at | string | Date and time in ISO 8601 format. Read-only. |
Metadata model
item_count | integer | The number of items currently in the config store. |