UpdateDownloadProgress Class

Details about the download progress of update.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
UpdateDownloadProgress

Constructor

UpdateDownloadProgress(**kwargs)

Variables

download_phase
str or DownloadPhase

The download phase. Possible values include: 'Unknown', 'Initializing', 'Downloading', 'Verifying'

percent_complete
int

Percentage of completion.

total_bytes_to_download
float

Total bytes to download.

total_bytes_downloaded
float

Total bytes downloaded.

number_of_updates_to_download
int

Number of updates to download.

number_of_updates_downloaded
int

Number of updates downloaded.