MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties interface
將 PostgreSQL 資料庫移轉至適用於 PostgreSQL 的 Azure 資料庫以進行線上移轉之工作的屬性
- Extends
屬性
| created |
建立工作時 UTC 的 DateTime |
| input | 工作輸入 |
| is |
是否可以複製工作 |
| output | 任務輸出。 如果提交,則會忽略此專案。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| task |
工作標識碼 |
| task |
多型歧視性,指定這個物件可以是的不同類型 |
繼承的屬性
| client |
用來將元數據資訊附加至工作的用戶端數據索引鍵值組 |
| commands | 命令屬性陣列。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| errors | 錯誤陣列。 如果提交,則會忽略此專案。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| state | 任務的狀態。 如果提交,則會忽略此專案。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
createdOn
建立工作時 UTC 的 DateTime
createdOn?: string
屬性值
string
input
工作輸入
input?: MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput
屬性值
isCloneable
是否可以複製工作
isCloneable?: boolean
屬性值
boolean
output
任務輸出。 如果提交,則會忽略此專案。 注意:這個屬性不會串行化。 它只能由伺服器填入。
output?: MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputUnion[]
屬性值
taskId
工作標識碼
taskId?: string
屬性值
string
taskType
多型歧視性,指定這個物件可以是的不同類型
taskType: "Migrate.PostgreSql.AzureDbForPostgreSql.SyncV2"
屬性值
"Migrate.PostgreSql.AzureDbForPostgreSql.SyncV2"
繼承的屬性詳細資料
clientData
用來將元數據資訊附加至工作的用戶端數據索引鍵值組
clientData?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
commands
命令屬性陣列。 注意:這個屬性不會串行化。 它只能由伺服器填入。
commands?: CommandPropertiesUnion[]
屬性值
errors
錯誤陣列。 如果提交,則會忽略此專案。 注意:這個屬性不會串行化。 它只能由伺服器填入。
errors?: ODataError[]
屬性值
state
任務的狀態。 如果提交,則會忽略此專案。 注意:這個屬性不會串行化。 它只能由伺服器填入。
state?: string
屬性值
string