ServerEndpointBackgroundDataDownloadActivity interface
Background data download activity object
Properties
downloaded |
Running count of bytes downloaded NOTE: This property will not be serialized. It can only be populated by the server. |
percent |
Progress percentage NOTE: This property will not be serialized. It can only be populated by the server. |
started |
Timestamp when the operation started NOTE: This property will not be serialized. It can only be populated by the server. |
timestamp | Timestamp when properties were updated NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
downloadedBytes
Running count of bytes downloaded NOTE: This property will not be serialized. It can only be populated by the server.
downloadedBytes?: number
Property Value
number
percentProgress
Progress percentage NOTE: This property will not be serialized. It can only be populated by the server.
percentProgress?: number
Property Value
number
startedTimestamp
Timestamp when the operation started NOTE: This property will not be serialized. It can only be populated by the server.
startedTimestamp?: Date
Property Value
Date
timestamp
Timestamp when properties were updated NOTE: This property will not be serialized. It can only be populated by the server.
timestamp?: Date
Property Value
Date