Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileUploadRangeFromURLOptions

Package version

Options to configure the ShareFileClient.uploadRangeFromURL operation.

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.

Optional leaseAccessConditions

leaseAccessConditions: LeaseAccessConditions

Lease access conditions.

Optional sourceAuthorization

sourceAuthorization: HttpAuthorization

Only Bearer type is supported. Credentials should be a valid OAuth access token to copy source.

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