共用方式為


MigrateMySqlAzureDbForMySqlSyncDatabaseInput interface

MySQL 的資料庫特定資訊,以適用於 MySQL 的 Azure 資料庫移轉工作輸入

屬性

migrationSetting

調整移轉行為的移轉設定

name

資料庫名稱

sourceSetting

微調來源端點移轉行為的來源設定

tableMap

來源與目標資料表的對應

targetDatabaseName

目標資料庫的名稱。 注意:開始移轉之前,將會截斷目標資料庫。

targetSetting

調整目標端點移轉行為的目標設定

屬性詳細資料

migrationSetting

調整移轉行為的移轉設定

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

屬性值

{[propertyName: string]: string}

name

資料庫名稱

name?: string

屬性值

string

sourceSetting

微調來源端點移轉行為的來源設定

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

屬性值

{[propertyName: string]: string}

tableMap

來源與目標資料表的對應

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

屬性值

{[propertyName: string]: string}

targetDatabaseName

目標資料庫的名稱。 注意:開始移轉之前,將會截斷目標資料庫。

targetDatabaseName?: string

屬性值

string

targetSetting

調整目標端點移轉行為的目標設定

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

屬性值

{[propertyName: string]: string}