ValidateOracleAzureDbForPostgreSqlSyncTaskProperties interface
驗證 Oracle 移轉至適用於 PostgreSQL 的 Azure 資料庫以進行在線移轉之工作的屬性
- Extends
屬性
input | 將 Oracle 資料庫移轉至適用於 PostgreSQL 的 Azure 資料庫以進行在線移轉之工作的輸入 |
output | 包含單一驗證錯誤回應物件的數位注意:此屬性將不會串行化。 它只能由伺服器填入。 |
task |
多型歧視性,指定這個物件可以是的不同類型 |
繼承的屬性
client |
用來將元數據資訊附加至工作的用戶端數據索引鍵值組 |
commands | 命令屬性的陣列。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
errors | 錯誤的陣列。 如果提交,則會忽略此專案。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
state | 工作的狀態。 如果提交,則會忽略此專案。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
input
將 Oracle 資料庫移轉至適用於 PostgreSQL 的 Azure 資料庫以進行在線移轉之工作的輸入
input?: MigrateOracleAzureDbPostgreSqlSyncTaskInput
屬性值
output
包含單一驗證錯誤回應物件的數位注意:此屬性將不會串行化。 它只能由伺服器填入。
output?: ValidateOracleAzureDbPostgreSqlSyncTaskOutput[]
屬性值
taskType
多型歧視性,指定這個物件可以是的不同類型
taskType: "Validate.Oracle.AzureDbPostgreSql.Sync"
屬性值
"Validate.Oracle.AzureDbPostgreSql.Sync"
繼承的屬性詳細資料
clientData
用來將元數據資訊附加至工作的用戶端數據索引鍵值組
clientData?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
commands
命令屬性的陣列。 注意:這個屬性不會串行化。 它只能由伺服器填入。
commands?: CommandPropertiesUnion[]
屬性值
errors
錯誤的陣列。 如果提交,則會忽略此專案。 注意:這個屬性不會串行化。 它只能由伺服器填入。
errors?: ODataError[]
屬性值
state
工作的狀態。 如果提交,則會忽略此專案。 注意:這個屬性不會串行化。 它只能由伺服器填入。
state?: string
屬性值
string
繼承自 projectTaskProperties.stateProjectTaskProperties.state