UpdateDownloadProgress interface
Details about the download progress of update.
Properties
download |
The download phase. NOTE: This property will not be serialized. It can only be populated by the server. |
number |
Number of updates downloaded. NOTE: This property will not be serialized. It can only be populated by the server. |
number |
Number of updates to download. NOTE: This property will not be serialized. It can only be populated by the server. |
percent |
Percentage of completion. NOTE: This property will not be serialized. It can only be populated by the server. |
total |
Total bytes downloaded. NOTE: This property will not be serialized. It can only be populated by the server. |
total |
Total bytes to download. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
downloadPhase
The download phase. NOTE: This property will not be serialized. It can only be populated by the server.
downloadPhase?: string
Property Value
string
numberOfUpdatesDownloaded
Number of updates downloaded. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfUpdatesDownloaded?: number
Property Value
number
numberOfUpdatesToDownload
Number of updates to download. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfUpdatesToDownload?: number
Property Value
number
percentComplete
Percentage of completion. NOTE: This property will not be serialized. It can only be populated by the server.
percentComplete?: number
Property Value
number
totalBytesDownloaded
Total bytes downloaded. NOTE: This property will not be serialized. It can only be populated by the server.
totalBytesDownloaded?: number
Property Value
number
totalBytesToDownload
Total bytes to download. NOTE: This property will not be serialized. It can only be populated by the server.
totalBytesToDownload?: number
Property Value
number