FileUploadStreamOptions interface
Option interface for ShareFileClient.uploadStream().
- Extends
Properties
| abort |
An implementation of the |
| file |
Azure File HTTP Headers. |
| lease |
Lease access conditions. |
| metadata | Metadata of the Azure file. |
| on |
Progress updater. |
Inherited Properties
| tracing |
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
leaseAccessConditions
Lease access conditions.
leaseAccessConditions?: LeaseAccessConditions
Property Value
metadata
onProgress
Progress updater.
onProgress?: (progress: TransferProgressEvent) => void
Property Value
(progress: TransferProgressEvent) => void