ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties interface
驗證適用於 PostgreSQL 的 Azure 資料庫伺服器連線的工作屬性,以及線上移轉的目標伺服器需求
- Extends
繼承的屬性
| client |
用來將元數據資訊附加至工作的用戶端數據索引鍵值組 |
| commands | 命令屬性陣列。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| errors | 錯誤陣列。 如果提交,則會忽略此專案。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| state | 任務的狀態。 如果提交,則會忽略此專案。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
input
工作輸入
input?: ConnectToTargetAzureDbForPostgreSqlSyncTaskInput
屬性值
output
任務輸出。 如果提交,則會忽略此專案。 注意:這個屬性不會串行化。 它只能由伺服器填入。
output?: ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput[]
屬性值
taskType
多型歧視性,指定這個物件可以是的不同類型
taskType: "ConnectToTarget.AzureDbForPostgreSql.Sync"
屬性值
"ConnectToTarget.AzureDbForPostgreSql.Sync"
繼承的屬性詳細資料
clientData
用來將元數據資訊附加至工作的用戶端數據索引鍵值組
clientData?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
commands
命令屬性陣列。 注意:這個屬性不會串行化。 它只能由伺服器填入。
commands?: CommandPropertiesUnion[]
屬性值
errors
錯誤陣列。 如果提交,則會忽略此專案。 注意:這個屬性不會串行化。 它只能由伺服器填入。
errors?: ODataError[]
屬性值
state
任務的狀態。 如果提交,則會忽略此專案。 注意:這個屬性不會串行化。 它只能由伺服器填入。
state?: string
屬性值
string