BlockBlobQueryOptions interface
用于配置 <xref:BlockBlobClient.query>作的选项。
属性
abort |
|
conditions | 上传到块 Blob 时满足的条件。 |
customer |
客户提供的密钥信息。 |
input |
查询输入的配置。 |
on |
在查询作过程中接收错误事件的回调。 |
on |
用于接收查询作进度的事件的回调。 |
output |
查询输出的配置。 |
tracing |
用于配置启用跟踪时创建的跨度的选项。 |
属性详细信息
abortSignal
AbortSignalLike
接口的实现,用于向请求发出取消作的信号。
例如,使用 @azure/abort-controller 创建 AbortSignal
。
abortSignal?: AbortSignalLike
属性值
AbortSignalLike
conditions
customerProvidedKey
inputTextConfiguration
查询输入的配置。
inputTextConfiguration?: BlobQueryJsonTextConfiguration | BlobQueryCsvTextConfiguration | BlobQueryParquetConfiguration
属性值
onError
在查询作过程中接收错误事件的回调。
onError?: (error: BlobQueryError) => void
属性值
(error: BlobQueryError) => void
onProgress
用于接收查询作进度的事件的回调。
onProgress?: (progress: TransferProgressEvent) => void
属性值
(progress: TransferProgressEvent) => void
outputTextConfiguration
查询输出的配置。
outputTextConfiguration?: BlobQueryJsonTextConfiguration | BlobQueryCsvTextConfiguration | BlobQueryArrowConfiguration
属性值
tracingOptions
用于配置启用跟踪时创建的跨度的选项。
tracingOptions?: OperationTracingOptions
属性值
OperationTracingOptions