共用方式為


OperationStatus interface

異步作業的目前狀態

Extends

屬性

properties

自訂作業屬性,只填入成功的作業。 注意:這個屬性不會串行化。 它只能由伺服器填入。

繼承的屬性

endTime

作業的結束時間。

error

如果有,作業錯誤的詳細數據。

id

異步作業的完整標識碼。

name

異步作業的名稱。

operations

作業清單。

percentComplete

完成的作業百分比。

resourceId

啟動原始異步作業的資源完整標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

startTime

作業的開始時間。

status

作業狀態。

屬性詳細資料

properties

自訂作業屬性,只填入成功的作業。 注意:這個屬性不會串行化。 它只能由伺服器填入。

properties?: Record<string, unknown>

屬性值

Record<string, unknown>

繼承的屬性詳細資料

endTime

作業的結束時間。

endTime?: Date

屬性值

Date

繼承自 operationStatusResult.endTime

error

如果有,作業錯誤的詳細數據。

error?: ErrorDetail

屬性值

繼承自OperationStatusResult.error

id

異步作業的完整標識碼。

id?: string

屬性值

string

繼承自OperationStatusResult.id

name

異步作業的名稱。

name?: string

屬性值

string

繼承自OperationStatusResult.name

operations

作業清單。

operations?: OperationStatusResult[]

屬性值

繼承自OperationStatusResult.operations

percentComplete

完成的作業百分比。

percentComplete?: number

屬性值

number

繼承自OperationStatusResult.percentComplete

resourceId

啟動原始異步作業的資源完整標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

resourceId?: string

屬性值

string

繼承自OperationStatusResult.resourceId

startTime

作業的開始時間。

startTime?: Date

屬性值

Date

繼承自OperationStatusResult.startTime

status

作業狀態。

status: string

屬性值

string

繼承自OperationStatusResult.status