An AssetFileDownloadUpdate represents the download status of an update for an asset file. It contains the asset file ID, the download progress of the update, and its completion status.
Fields
readonly UInt64 AssetFileId[Get]
DEPRECATED. Use AssetFileDownloadUpdate.GetAssetId().
readonly UInt64 AssetId[Get]
ID of the asset file.
readonly ulong BytesTotal[Get]
Total number of bytes.
readonly long BytesTransferred[Get]
Number of bytes have been downloaded. -1 If the download hasn't started yet.