DittoSyncKit  1.0.0-alpha5
Properties | List of all members
Ditto.SyncKit.DittoAttachmentFetchEvent.Progress Class Reference

An attachment fetch event used when the attachment's download has progressed but is not yet complete. More...

Inheritance diagram for Ditto.SyncKit.DittoAttachmentFetchEvent.Progress:
Ditto.SyncKit.DittoAttachmentFetchEvent

Properties

long DownloadedBytes [get]
 Gets the size of the attachment that was successfully downloaded, in bytes. More...
 
long TotalBytes [get]
 Gets the full size of the attachment, if it were complete. More...
 

Detailed Description

An attachment fetch event used when the attachment's download has progressed but is not yet complete.

Property Documentation

◆ DownloadedBytes

long Ditto.SyncKit.DittoAttachmentFetchEvent.Progress.DownloadedBytes
get

Gets the size of the attachment that was successfully downloaded, in bytes.

◆ TotalBytes

long Ditto.SyncKit.DittoAttachmentFetchEvent.Progress.TotalBytes
get

Gets the full size of the attachment, if it were complete.