你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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