Package version:

Interface BlobUndeleteOptions

Options to configure the BlobClient.undelete operation.

interface BlobUndeleteOptions {
    abortSignal?: any;
    customerProvidedKey?: CpkInfo;
    tracingOptions?: any;
}

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.

customerProvidedKey?: CpkInfo

Customer Provided Key Info.

tracingOptions?: any

Options to configure spans created when tracing is enabled.