Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileGetRangeListOptions

Package version

Options to configure File - Get Range List operation.

export
interface

FileGetRangeListOptions

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

AppendBlobCreateOptions

Optional range

range: Range

Optional. Specifies the range of bytes over which to list ranges, inclusively.

type

{Range}

memberof

FileGetRangeListOptions

Optional tracingOptions

tracingOptions: OperationTracingOptions

Generated using TypeDoc