Skip to main content

ConfigStorage Object

Description

Storage configuration.

Declaration

type ConfigStorage {
type: String
database: ConfigStorageDatabase
backups: [ConfigStorageBackup]
}

Fields

NameTypeDescription
typeStringStorage type.
databaseConfigStorageDatabaseDatabase storage configuration.
backups[ConfigStorageBackup]List of backup configurations.