共用方式為


BlockBlobQueryOptions interface

設定 查詢 作業的選項。

Extends

屬性

abortSignal

AbortSignalLike 介面的實作,以發出取消作業的要求。 例如,使用 @azure/abort-controller 來建立 AbortSignal

conditions

上傳至區塊 Blob 時符合的條件。

customerProvidedKey

客戶提供的金鑰資訊。

inputTextConfiguration

查詢輸入的組態。

onError

回呼,以在查詢操作期間接收錯誤事件。

onProgress

回呼以接收查詢作業進度的事件。

outputTextConfiguration

查詢輸出的組態。

繼承的屬性

tracingOptions

設定啟用追蹤時所建立範圍的選項。

屬性詳細資料

abortSignal

AbortSignalLike 介面的實作,以發出取消作業的要求。 例如,使用 @azure/abort-controller 來建立 AbortSignal

abortSignal?: AbortSignalLike

屬性值

conditions

上傳至區塊 Blob 時符合的條件。

conditions?: BlobRequestConditions

屬性值

customerProvidedKey

客戶提供的金鑰資訊。

customerProvidedKey?: CpkInfo

屬性值

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

屬性值

繼承自CommonOptions.tracingOptions