共用方式為


MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput interface

將 PostgreSQL 資料庫移轉至適用於 PostgreSQL 的 Azure 資料庫以進行線上移轉之工作的輸入

屬性

encryptedKeyForSecureFields

安全欄位的加密金鑰

selectedDatabases

要移轉的資料庫

sourceConnectionInfo

來源 PostgreSQL 的連線資訊

startedOn

移轉開始時間 注意: 此屬性將不會序列化。 它只能由伺服器填入。

targetConnectionInfo

目標適用於 PostgreSQL 的 Azure 資料庫連線資訊

屬性詳細資料

encryptedKeyForSecureFields

安全欄位的加密金鑰

encryptedKeyForSecureFields?: string

屬性值

string

selectedDatabases

要移轉的資料庫

selectedDatabases: MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput[]

屬性值

sourceConnectionInfo

來源 PostgreSQL 的連線資訊

sourceConnectionInfo: PostgreSqlConnectionInfo

屬性值

startedOn

移轉開始時間 注意: 此屬性將不會序列化。 它只能由伺服器填入。

startedOn?: Date

屬性值

Date

targetConnectionInfo

目標適用於 PostgreSQL 的 Azure 資料庫連線資訊

targetConnectionInfo: PostgreSqlConnectionInfo

屬性值