DittoSharp  0.4.0-alpha3
Properties | List of all members
DittoSharp.DittoAttachmentStatus.Incomplete Class Reference

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

Inheritance diagram for DittoSharp.DittoAttachmentStatus.Incomplete:
DittoSharp.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 DittoSharp.DittoAttachmentStatus.Incomplete.DownloadedBytes
get

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

◆ TotalBytes

long DittoSharp.DittoAttachmentStatus.Incomplete.TotalBytes
get

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