Package version:

Interface BlobSetTierOptions

Options to configure the BlobClient.setAccessTier operation.

interface BlobSetTierOptions {
    abortSignal?: any;
    conditions?: LeaseAccessConditions & TagConditions;
    rehydratePriority?: RehydratePriority;
    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.

If specified, contains the lease id that must be matched and lease with this id must be active in order for the operation to succeed.

rehydratePriority?: RehydratePriority

Rehydrate Priority - possible values include 'High', 'Standard'. More Details - https://learn.microsoft.com/azure/storage/blobs/storage-blob-rehydration#rehydrate-an-archived-blob-to-an-online-tier

tracingOptions?: any

Options to configure spans created when tracing is enabled.