Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileUploadRangeOptions

Package version

Options to configure File - Upload Range operation.

export
interface

FileUploadRangeOptions

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 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).

type

{Uint8Array}

memberof

FileUploadRangeOptions

Optional onProgress

onProgress: undefined | function

Progress updating event handler.

memberof

FileUploadRangeOptions

Optional tracingOptions

tracingOptions: OperationTracingOptions

Generated using TypeDoc