共用方式為


OperationWorkerResponse interface

這是作業結果回應的基類。

屬性

headers

與此作業相關聯的 HTTP 標頭。

statusCode

作業的 HTTP 狀態代碼。

屬性詳細資料

headers

與此作業相關聯的 HTTP 標頭。

headers?: {[propertyName: string]: string[]}

屬性值

{[propertyName: string]: string[]}

statusCode

作業的 HTTP 狀態代碼。

statusCode?: HttpStatusCode

屬性值