共用方式為


MigrateOracleAzureDbPostgreSqlSyncDatabaseInput interface

Oracle 至 Azure 適用於 PostgreSQL 資料庫的移轉工作輸入的資料庫特定資訊

屬性

caseManipulation

如何處理物件名稱大小寫:Preserve 或 ToLower

migrationSetting

調整移轉行為的移轉設定

name

移轉管線的名稱

schemaName

來源架構的名稱

sourceSetting

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

tableMap

來源與目標數據表的對應

targetDatabaseName

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

targetSetting

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

屬性詳細資料

caseManipulation

如何處理物件名稱大小寫:Preserve 或 ToLower

caseManipulation?: string

屬性值

string

migrationSetting

調整移轉行為的移轉設定

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

屬性值

{[propertyName: string]: string}

name

移轉管線的名稱

name?: string

屬性值

string

schemaName

來源架構的名稱

schemaName?: 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}