QueueDeleteMethodOptionalParams interface
選擇性參數。
- Extends
-
RequestOptionsBase
屬性
| abort |
可用來中止要求的訊號。 |
| custom |
{object}[customHeaders]使用者定義自定義要求標頭,將在傳送要求之前套用。 |
| on |
下載進度引發的回呼。 |
| on |
上傳進度時引發的回呼。 |
| request |
提供客戶端產生的不透明值,其中包含啟用記憶體分析記錄時,分析記錄中記錄的 1 KB 字元限制。 |
| timeout | 要求在自動終止之前可能需要的毫秒數。 |
| timeout |
逾時參數是以秒為單位來表示。 如需詳細資訊,請參閱 <href=“https://docs.microsoft.com/en-us/rest/api/storageservices/setting-timeouts-for-queue-service-operations>設定佇列服務作業的逾時。 |
屬性詳細資料
abortSignal
可用來中止要求的訊號。
abortSignal?: AbortSignalLike
屬性值
AbortSignalLike
customHeaders
{object}[customHeaders]使用者定義自定義要求標頭,將在傳送要求之前套用。
customHeaders?: undefined | [key: string]: string
屬性值
undefined | [key: string]: string
onDownloadProgress
下載進度引發的回呼。
onDownloadProgress?: undefined | (progress: TransferProgressEvent) => void
屬性值
undefined | (progress: TransferProgressEvent) => void
onUploadProgress
上傳進度時引發的回呼。
onUploadProgress?: undefined | (progress: TransferProgressEvent) => void
屬性值
undefined | (progress: TransferProgressEvent) => void
requestId
提供客戶端產生的不透明值,其中包含啟用記憶體分析記錄時,分析記錄中記錄的 1 KB 字元限制。
requestId?: undefined | string
屬性值
undefined | string
timeout
要求在自動終止之前可能需要的毫秒數。
timeout?: undefined | number
屬性值
undefined | number
timeoutParameter
逾時參數是以秒為單位來表示。 如需詳細資訊,請參閱 <href=“https://docs.microsoft.com/en-us/rest/api/storageservices/setting-timeouts-for-queue-service-operations>設定佇列服務作業的逾時。
timeoutParameter?: undefined | number
屬性值
undefined | number