Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileUploadRangeFromURLOptions

Package version

Options to configure File - Upload Range from URL operation.

export
interface

FileUploadRangeFromURLOptions

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

FileUploadRangeFromURLOptions

Optional sourceConditions

Additional parameters for the operation

Optional sourceContentCrc64

sourceContentCrc64: Uint8Array

Specify the crc64 calculated for the range of bytes that must be read from the copy source.

Optional timeoutInSeconds

timeoutInSeconds: undefined | number

The timeout parameter is expressed in seconds. For more information, see Setting Timeouts for File Service Operations.

Optional tracingOptions

tracingOptions: OperationTracingOptions

Generated using TypeDoc