ServerEndpointBackgroundDataDownloadActivity interface

Background data download activity object

Properties

downloadedBytes

Running count of bytes downloaded

percentProgress

Progress percentage

startedTimestamp

Timestamp when the operation started

timestamp

Timestamp when properties were updated

Property Details

downloadedBytes

Running count of bytes downloaded

downloadedBytes?: number

Property Value

number

percentProgress

Progress percentage

percentProgress?: number

Property Value

number

startedTimestamp

Timestamp when the operation started

startedTimestamp?: Date

Property Value

Date

timestamp

Timestamp when properties were updated

timestamp?: Date

Property Value

Date