Options to configure query operation.
Properties abortSignalAn 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.
customerProvidedKeyCustomer Provided Key Info.
inputTextConfigurationConfigurations for the query input.
onErrorCallback to receive error events during the query operaiton.
onProgressCallback to receive events on the progress of query operation.
outputTextConfigurationConfigurations for the query output.
Inherited Properties tracingOptionsOptions to configure spans created when tracing is enabled.
Property Details abortSignalAn implementation of the AbortSignalLike
interface to signal the request to cancel the operation. For example, use the @azure/abort-controller to create an AbortSignal
.
abortSignal?: AbortSignalLike
Property Value conditions
Conditions to meet when uploading to the block blob.
conditions?: BlobRequestConditions
Property Value customerProvidedKey
Customer Provided Key Info.
customerProvidedKey?: CpkInfo
Property Value onError
Callback to receive error events during the query operaiton.
onError?: (error: BlobQueryError) => void
Property Value
(error: BlobQueryError) => void
onProgressCallback to receive events on the progress of query operation.
onProgress?: (progress: TransferProgressEvent) => void
Property Value
(progress: TransferProgressEvent) => void
Inherited Property Details tracingOptionsOptions to configure spans created when tracing is enabled.
tracingOptions?: OperationTracingOptions
Property Value
Inherited From CommonOptions.tracingOptions
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4