Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PageBlobGetPageRangesDiffOptions

Package version

Options to configure the {@link PageBlobClient.getRangesDiff} operation.

export
interface

PageBlobGetPageRangesDiffOptions

Hierarchy

Index

Properties

Optional abortSignal

abortSignal: AbortSignalLike

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.

type

{AbortSignalLike}

memberof

PageBlobGetPageRangesDiffOptions

Optional conditions

Conditions to meet when getting page ranges diff.

type

{BlobRequestConditions}

memberof

PageBlobGetPageRangesDiffOptions

Optional range

range: undefined | string

(unused)

type

{string}

memberof

PageBlobGetPageRangesDiffOptions

Optional tracingOptions

tracingOptions: OperationTracingOptions

Options to configure spans created when tracing is enabled.

Generated using TypeDoc