Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DatabaseBackupSetting

Package version

Database backup settings.

Hierarchy

  • DatabaseBackupSetting

Index

Properties

Optional connectionString

connectionString: undefined | string

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.

Optional connectionStringName

connectionStringName: undefined | string

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

databaseType

databaseType: DatabaseType

Database type (e.g. SqlAzure / MySql). Possible values include: 'SqlAzure', 'MySql', 'LocalMySql', 'PostgreSql'

Optional name

name: undefined | string

Generated using TypeDoc