Enum AttachmentState
- Namespace
- PowerSync.Common.Attachments
- Assembly
- PowerSync.Common.dll
Represents the current synchronization state of an attachment.
public enum AttachmentState
Fields
QueuedUpload = 0Attachment to be uploaded.
QueuedDownload = 1Attachment to be downloaded.
QueuedDelete = 2Attachment to be deleted.
Synced = 3Attachment has been synced.
Archived = 4Attachment has been orphaned, i.e. the associated record has been deleted.