共用方式為


ServerEndpointBackgroundDataDownloadActivity interface

背景數據下載活動物件

屬性

downloadedBytes

正在下載的位元組計數注意:此屬性將不會串行化。 它只能由伺服器填入。

percentProgress

進度百分比注意:此屬性不會串行化。 它只能由伺服器填入。

startedTimestamp

作業啟動時的時間戳 注意:此屬性將不會串行化。 它只能由伺服器填入。

timestamp

更新屬性時的時間戳 注意:此屬性將不會串行化。 它只能由伺服器填入。

屬性詳細資料

downloadedBytes

正在下載的位元組計數注意:此屬性將不會串行化。 它只能由伺服器填入。

downloadedBytes?: number

屬性值

number

percentProgress

進度百分比注意:此屬性不會串行化。 它只能由伺服器填入。

percentProgress?: number

屬性值

number

startedTimestamp

作業啟動時的時間戳 注意:此屬性將不會串行化。 它只能由伺服器填入。

startedTimestamp?: Date

屬性值

Date

timestamp

更新屬性時的時間戳 注意:此屬性將不會串行化。 它只能由伺服器填入。

timestamp?: Date

屬性值

Date