Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

All device download entities are structured as follows:

entity:

  • [DateTime] Timestamp:  Indicates when the device reported the current download. See DateTime for more information about this data type.
  • [string] FileName: The name of the file that is being (or has been) downloaded by the device
  • [string] FileHash: The SHA1 hash of the file that is being (or has been) downloaded by the device
  • [int] Progress: A value ranging from 0 to 100 indicating the progress of the current download
  • [string] Status: The status of the current download






  • No labels