BlockBlobQueryOptions interface
設定 查詢 作業的選項。
- Extends
屬性
abort |
|
conditions | 上傳至區塊 Blob 時符合的條件。 |
customer |
客戶提供的金鑰資訊。 |
input |
查詢輸入的組態。 |
on |
回呼,以在查詢操作期間接收錯誤事件。 |
on |
回呼以接收查詢作業進度的事件。 |
output |
查詢輸出的組態。 |
繼承的屬性
tracing |
設定啟用追蹤時所建立範圍的選項。 |
屬性詳細資料
abortSignal
AbortSignalLike
介面的實作,以發出取消作業的要求。
例如,使用 @azure/abort-controller 來建立 AbortSignal
。
abortSignal?: AbortSignalLike
屬性值
conditions
customerProvidedKey
inputTextConfiguration
查詢輸入的組態。
inputTextConfiguration?: BlobQueryCsvTextConfiguration | BlobQueryJsonTextConfiguration | BlobQueryParquetConfiguration
屬性值
onError
回呼,以在查詢操作期間接收錯誤事件。
onError?: (error: BlobQueryError) => void
屬性值
(error: BlobQueryError) => void
onProgress
回呼以接收查詢作業進度的事件。
onProgress?: (progress: TransferProgressEvent) => void
屬性值
(progress: TransferProgressEvent) => void
outputTextConfiguration
查詢輸出的組態。
outputTextConfiguration?: BlobQueryArrowConfiguration | BlobQueryCsvTextConfiguration | BlobQueryJsonTextConfiguration
屬性值
繼承的屬性詳細資料
tracingOptions
設定啟用追蹤時所建立範圍的選項。
tracingOptions?: OperationTracingOptions