Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
FileUploadStreamOptions interface
- Package:
- @azure/storage-file-share
Option interface for ShareFileClient.uploadStream().
- Extends
Properties
| abortSignal | An implementation of the |
| contentChecksumAlgorithm | Options to indication which algorithm to use for content validation in uploading. |
| 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
contentChecksumAlgorithm
Options to indication which algorithm to use for content validation in uploading.
contentChecksumAlgorithm?: StorageChecksumAlgorithm
Property Value
fileHttpHeaders
leaseAccessConditions
Lease access conditions.
leaseAccessConditions?: LeaseAccessConditions
Property Value
metadata
onProgress
Progress updater.
onProgress?: (progress: TransferProgressEvent) => void
Property Value
(progress: TransferProgressEvent) => void
