MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput interface
將 PostgreSQL 資料庫移轉至適用於 PostgreSQL 的 Azure 資料庫以進行線上移轉之工作的輸入
屬性
| encrypted |
安全欄位的加密金鑰 |
| selected |
要移轉的資料庫 |
| source |
來源 PostgreSQL 的連線資訊 |
| started |
移轉開始時間 注意: 此屬性將不會序列化。 它只能由伺服器填入。 |
| target |
目標適用於 PostgreSQL 的 Azure 資料庫連線資訊 |
屬性詳細資料
encryptedKeyForSecureFields
安全欄位的加密金鑰
encryptedKeyForSecureFields?: string
屬性值
string
selectedDatabases
要移轉的資料庫
selectedDatabases: MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput[]
屬性值
sourceConnectionInfo
startedOn
移轉開始時間 注意: 此屬性將不會序列化。 它只能由伺服器填入。
startedOn?: Date
屬性值
Date
targetConnectionInfo
目標適用於 PostgreSQL 的 Azure 資料庫連線資訊
targetConnectionInfo: PostgreSqlConnectionInfo