Package version:

Interface BlockBlobQueryOptions

Options to configure BlockBlobClient.query operation.

Hierarchy (view full)

Properties

abortSignal?: any

An implementation of the AbortSignalLike interface to signal the request to cancel the operation. For example, use the @azure/abort-controller to create an AbortSignal.

Conditions to meet when uploading to the block blob.

customerProvidedKey?: CpkInfo

Customer Provided Key Info.

Configurations for the query input.

onError?: ((error: BlobQueryError) => void)

Callback to receive error events during the query operaiton.

onProgress?: ((progress: TransferProgressEvent) => void)

Callback to receive events on the progress of query operation.

Configurations for the query output.

tracingOptions?: any

Options to configure spans created when tracing is enabled.