UpdateDownloadProgress interface

Details about the download progress of update.

Properties

downloadPhase

The download phase. NOTE: This property will not be serialized. It can only be populated by the server.

numberOfUpdatesDownloaded

Number of updates downloaded. NOTE: This property will not be serialized. It can only be populated by the server.

numberOfUpdatesToDownload

Number of updates to download. NOTE: This property will not be serialized. It can only be populated by the server.

percentComplete

Percentage of completion. NOTE: This property will not be serialized. It can only be populated by the server.

totalBytesDownloaded

Total bytes downloaded. NOTE: This property will not be serialized. It can only be populated by the server.

totalBytesToDownload

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