FileUploadStreamOptions interface

Option interface for ShareFileClient.uploadStream().

Extends

Properties

abortSignal

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.

fileHttpHeaders

Azure File HTTP Headers.

leaseAccessConditions

Lease access conditions.

metadata

Metadata of the Azure file.

onProgress

Progress updater.

Inherited Properties

tracingOptions

Property Details

abortSignal

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.

abortSignal?: AbortSignalLike

Property Value

fileHttpHeaders

Azure File HTTP Headers.

fileHttpHeaders?: FileHttpHeaders

Property Value

leaseAccessConditions

Lease access conditions.

leaseAccessConditions?: LeaseAccessConditions

Property Value

metadata

Metadata of the Azure file.

metadata?: Metadata

Property Value

onProgress

Progress updater.

onProgress?: (progress: TransferProgressEvent) => void

Property Value

(progress: TransferProgressEvent) => void

Inherited Property Details

tracingOptions

tracingOptions?: OperationTracingOptions

Property Value

Inherited From CommonOptions.tracingOptions