Package version:

Interface PageBlobGetPageRangesOptions

Options to configure the PageBlobClient.getPageRanges operation.

interface PageBlobGetPageRangesOptions {
    abortSignal?: any;
    conditions?: BlobRequestConditions;
    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.

Conditions to meet when getting page ranges.

tracingOptions?: any

Options to configure spans created when tracing is enabled.