ConfigStorage Object
Description
Storage configuration.
Declaration
type ConfigStorage {
type: String
database: ConfigStorageDatabase
backups: [ConfigStorageBackup]
}
Fields
| Name | Type | Description |
|---|---|---|
type | String | Storage type. |
database | ConfigStorageDatabase | Database storage configuration. |
backups | [ConfigStorageBackup] | List of backup configurations. |