MigrateMySqlAzureDbForMySqlSyncDatabaseInput interface

Database specific information for MySQL to Azure Database for MySQL migration task inputs

Properties

migrationSetting

Migration settings which tune the migration behavior

name

Name of the database

sourceSetting

Source settings to tune source endpoint migration behavior

tableMap

Mapping of source to target tables

targetDatabaseName

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

targetSetting

Target settings to tune target endpoint migration behavior

Property Details

migrationSetting

Migration settings which tune the migration behavior

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

Property Value

{[propertyName: string]: string}

name

Name of the database

name?: string

Property Value

string

sourceSetting

Source settings to tune source endpoint migration behavior

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

Property Value

{[propertyName: string]: string}

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

targetSetting

Target settings to tune target endpoint migration behavior

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

Property Value

{[propertyName: string]: string}