Package version:

Interface ServiceRenameContainerOptions

Options to configure BlobServiceClient.renameContainer operation.

interface ServiceRenameContainerOptions {
    abortSignal?: any;
    sourceCondition?: LeaseAccessConditions;
    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.

sourceCondition?: LeaseAccessConditions

Condition to meet for the source container.

tracingOptions?: any

Options to configure spans created when tracing is enabled.