MigrateSqlServerSqlDbDatabaseInput interface

Database specific information for SQL to Azure SQL DB migration task inputs

Properties

id

id of the database

makeSourceDbReadOnly

Whether to set database read only before migration

name

Name of the database

schemaSetting

Settings selected for DB schema migration.

tableMap

Mapping of source to target tables

targetDatabaseName

Name of target database. Note: Target database will be truncated before starting migration.

Property Details

id

id of the database

id?: string

Property Value

string

makeSourceDbReadOnly

Whether to set database read only before migration

makeSourceDbReadOnly?: boolean

Property Value

boolean

name

Name of the database

name?: string

Property Value

string

schemaSetting

Settings selected for DB schema migration.

schemaSetting?: Record<string, unknown>

Property Value

Record<string, unknown>

tableMap

Mapping of source to target tables

tableMap?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

targetDatabaseName

Name of target database. Note: Target database will be truncated before starting migration.

targetDatabaseName?: string

Property Value

string