BlobExistsOptions interface
Options to configure the exists operation.
- Extends
abort |
An implementation of the |
conditions | Conditions to meet. |
customer |
Customer Provided Key Info. |
tracing |
Options to configure spans created when tracing is enabled. |
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
.
TypeScript
abortSignal?: AbortSignalLike
Property Value
Conditions to meet.
TypeScript
conditions?: BlobRequestConditions
Property Value
Options to configure spans created when tracing is enabled.
TypeScript
tracingOptions?: OperationTracingOptions
Property Value
Inherited From CommonOptions.tracingOptions