DittoSyncKit  1.0.0-alpha1
Properties | List of all members
Ditto.SyncKit.DittoAttachmentStatus.Incomplete Class Reference

An attachment status used when the attachment's download is incomplete. More...

Inheritance diagram for Ditto.SyncKit.DittoAttachmentStatus.Incomplete:
Ditto.SyncKit.DittoAttachmentStatus

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 status used when the attachment's download is incomplete.

Property Documentation

◆ DownloadedBytes

long Ditto.SyncKit.DittoAttachmentStatus.Incomplete.DownloadedBytes
get

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

◆ TotalBytes

long Ditto.SyncKit.DittoAttachmentStatus.Incomplete.TotalBytes
get

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