IUploadStreamToAzureFileOptions interface
Option interface for uploadStreamToAzureFile.
Properties
file |
Azure File HTTP Headers. |
metadata | Metadata of the Azure file. |
progress | Progress updater. |
Property Details
fileHTTPHeaders
Azure File HTTP Headers.
fileHTTPHeaders?: IFileHTTPHeaders
Property Value
IFileHTTPHeaders
metadata
Metadata of the Azure file.
metadata?: IMetadata
Property Value
IMetadata
progress
Progress updater.
progress?: (progress: TransferProgressEvent) => void
Property Value
(progress: TransferProgressEvent) => void
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript