SqlServerHomogeneousMigrationJobConfig constructor

SqlServerHomogeneousMigrationJobConfig({
  1. String? backupFilePattern,
  2. SqlServerDagConfig? dagConfig,
  3. List<SqlServerDatabaseBackup>? databaseBackups,
  4. bool? promoteWhenReady,
  5. bool? useDiffBackup,
})

Implementation

SqlServerHomogeneousMigrationJobConfig({
  this.backupFilePattern,
  this.dagConfig,
  this.databaseBackups,
  this.promoteWhenReady,
  this.useDiffBackup,
});