AnalyzeBatchOperationOutput interface
分析批次作業的狀態和結果。
屬性
created |
提交作業的日期和時間 (UTC)。 |
error | 批次檔分析期間發生錯誤。 |
last |
上次更新狀態的日期和時間 (UTC)。 |
percent |
作業進度(0-100)。 |
result | 批次檔分析結果。 |
result |
分析批次作業結果標識碼。 |
status | 作業狀態。 notStarted、執行中、成功或失敗 可能的值:“notStarted”、“running”、“failed”、“succeeded”、“canceled”、“skipped” |
屬性詳細資料
createdDateTime
提交作業的日期和時間 (UTC)。
createdDateTime: string
屬性值
string
error
lastUpdatedDateTime
上次更新狀態的日期和時間 (UTC)。
lastUpdatedDateTime: string
屬性值
string
percentCompleted
作業進度(0-100)。
percentCompleted?: number
屬性值
number
result
resultId
分析批次作業結果標識碼。
resultId?: string
屬性值
string
status
作業狀態。 notStarted、執行中、成功或失敗
可能的值:“notStarted”、“running”、“failed”、“succeeded”、“canceled”、“skipped”
status: string
屬性值
string