UpdateDownloadProgress interface
details available during the download
Properties
download |
The download phase. |
number |
Number of updates downloaded. |
number |
Number of updates to download. |
percent |
Percentage of completion. |
total |
Total bytes downloaded. |
total |
Total bytes to download. |
Property Details
downloadPhase
numberOfUpdatesDownloaded
Number of updates downloaded.
numberOfUpdatesDownloaded?: number
Property Value
number
numberOfUpdatesToDownload
Number of updates to download.
numberOfUpdatesToDownload?: number
Property Value
number
percentComplete
Percentage of completion.
percentComplete?: number
Property Value
number
totalBytesDownloaded
Total bytes downloaded.
totalBytesDownloaded?: number
Property Value
number
totalBytesToDownload
Total bytes to download.
totalBytesToDownload?: number
Property Value
number
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