SyncOperation

Classes > Sync > SyncOperation

Represents the type of change operation tracked in the sync log.

public enum SyncOperation

Values

Name Description
Insert A new row was inserted.
Update An existing row was updated.
Delete A row was deleted (tombstone).