DatabaseBackupSetting interface

Database backup settings.

Properties

connectionString

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.

connectionStringName

Contains a connection string name that is linked to the SiteConfig.ConnectionStrings. This is used during restore with overwrite connection strings options.

databaseType

Database type (e.g. SqlAzure / MySql).

name

Property Details

connectionString

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.

connectionString?: string

Property Value

string

connectionStringName

Contains a connection string name that is linked to the SiteConfig.ConnectionStrings. This is used during restore with overwrite connection strings options.

connectionStringName?: string

Property Value

string

databaseType

Database type (e.g. SqlAzure / MySql).

databaseType: string

Property Value

string

name

name?: string

Property Value

string