Ditto 4.7.5-rc.1
Loading...
Searching...
No Matches
DittoSDK.DittoAttachmentToken Class Reference

Serves as a token for a specific attachment that you can pass to a call to DittoCollection.FetchAttachment(DittoAttachmentToken, Action<DittoAttachmentFetchEvent>). More...

Public Member Functions

override bool Equals (object obj)
 
override int GetHashCode ()
 

Properties

string Id [get]
 Gets the attachment's ID.
 
ulong Len [get]
 Gets the attachment's size given as number of bytes.
 
Dictionary< string, string > Metadata [get]
 Gets the attachment's metadata.
 

Detailed Description

Serves as a token for a specific attachment that you can pass to a call to DittoCollection.FetchAttachment(DittoAttachmentToken, Action<DittoAttachmentFetchEvent>).