RequestOptionsBase interface
描述將用於每個作業之 options 物件的基底結構。
屬性
abort |
中止控制器的訊號。 可用來中止傳送網路要求和等候回應。 |
custom |
將會在傳送要求之前套用。 |
on |
下載進度時引發的回呼。 |
on |
上傳進度時引發的回呼。 |
serializer |
覆寫 XML 剖析/建置行為的選項。 |
should |
是否應該還原序列化 HttpOperationResponse。 如果未定義,則應該還原序列化 HttpOperationResponse。 |
timeout | 要求在自動終止之前可能需要的毫秒數。
如果要求終止, |
tracing |
追蹤:建立範圍時所使用的內容。 |
屬性詳細資料
abortSignal
customHeaders
將會在傳送要求之前套用。
customHeaders?: {[key: string]: string}
屬性值
{[key: string]: string}
onDownloadProgress
下載進度時引發的回呼。
onDownloadProgress?: (progress: TransferProgressEvent) => void
屬性值
(progress: TransferProgressEvent) => void
onUploadProgress
上傳進度時引發的回呼。
onUploadProgress?: (progress: TransferProgressEvent) => void
屬性值
(progress: TransferProgressEvent) => void
serializerOptions
shouldDeserialize
是否應該還原序列化 HttpOperationResponse。 如果未定義,則應該還原序列化 HttpOperationResponse。
shouldDeserialize?: boolean | (response: HttpOperationResponse) => boolean
屬性值
boolean | (response: HttpOperationResponse) => boolean
timeout
要求在自動終止之前可能需要的毫秒數。
如果要求終止, AbortError
則會擲回 。
timeout?: number
屬性值
number
tracingContext
追蹤:建立範圍時所使用的內容。
tracingContext?: Context
屬性值
@azure/core-tracing.Context