Table of Contents

Enum AttachmentState

Namespace
PowerSync.Common.Attachments
Assembly
PowerSync.Common.dll

Represents the current synchronization state of an attachment.

public enum AttachmentState

Fields

QueuedUpload = 0

Attachment to be uploaded.

QueuedDownload = 1

Attachment to be downloaded.

QueuedDelete = 2

Attachment to be deleted.

Synced = 3

Attachment has been synced.

Archived = 4

Attachment has been orphaned, i.e. the associated record has been deleted.