Database Backup Setting Response
data class DatabaseBackupSettingResponse(val connectionString: String? = null, val connectionStringName: String? = null, val databaseType: String, val name: String? = null)
Database backup settings.
Properties
Link copied to clipboard
Contains a connection string to a database which is being backed up or restored. If the restore should happen to a new database, the database name inside is the new one.
Link copied to clipboard
Contains a connection string name that is linked to the SiteConfig.ConnectionStrings. This is used during restore with overwrite connection strings options.
Link copied to clipboard
Database type (e.g. SqlAzure / MySql).