UpdateDownloadProgress interface
更新下載進度的詳細數據。
屬性
download |
下載階段。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
number |
下載的更新數目。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
number |
要下載的更新數目。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
percent |
完成百分比。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
total |
下載的位元組總數。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
total |
要下載的位元組總數。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
downloadPhase
下載階段。 注意:這個屬性不會串行化。 它只能由伺服器填入。
downloadPhase?: string
屬性值
string
numberOfUpdatesDownloaded
下載的更新數目。 注意:這個屬性不會串行化。 它只能由伺服器填入。
numberOfUpdatesDownloaded?: number
屬性值
number
numberOfUpdatesToDownload
要下載的更新數目。 注意:這個屬性不會串行化。 它只能由伺服器填入。
numberOfUpdatesToDownload?: number
屬性值
number
percentComplete
完成百分比。 注意:這個屬性不會串行化。 它只能由伺服器填入。
percentComplete?: number
屬性值
number
totalBytesDownloaded
下載的位元組總數。 注意:這個屬性不會串行化。 它只能由伺服器填入。
totalBytesDownloaded?: number
屬性值
number
totalBytesToDownload
要下載的位元組總數。 注意:這個屬性不會串行化。 它只能由伺服器填入。
totalBytesToDownload?: number
屬性值
number