Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileParallelUploadOptions

Package version

Option interface for File - Upload operations

See:

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 concurrency

concurrency: undefined | number

Concurrency indicates the maximum number of ranges to upload in parallel. If not provided, 5 concurrency will be used by default.

Optional fileHttpHeaders

fileHttpHeaders: FileHttpHeaders

File HTTP Headers.

Optional leaseAccessConditions

leaseAccessConditions: LeaseAccessConditions

Lease access conditions.

Optional metadata

metadata: Metadata

Metadata of an Azure file.

Optional onProgress

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

Progress updater.

Optional rangeSize

rangeSize: undefined | number

RangeSize specifies the range size to use in each parallel upload, the default (and maximum size) is FILE_RANGE_MAX_SIZE_BYTES.

Optional tracingOptions

tracingOptions: OperationTracingOptions

Generated using TypeDoc