Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileUploadRangeOptions

Package version

Options to configure the ShareFileClient.uploadRange 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 contentMD5

contentMD5: Uint8Array

An MD5 hash of the content. This hash is used to verify the integrity of the data during transport. When the Content-MD5 header is specified, the File service compares the hash of the content that has arrived with the header value that was sent. If the two hashes do not match, the operation will fail with error code 400 (Bad Request).

Optional leaseAccessConditions

leaseAccessConditions: LeaseAccessConditions

Lease access conditions.

Optional onProgress

onProgress: undefined | ((progress: TransferProgressEvent) => void)

Progress updating event handler.

Optional tracingOptions

tracingOptions: OperationTracingOptions

Generated using TypeDoc