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). |
Represents the type of change operation tracked in the sync log.
public enum SyncOperation
| Name | Description |
|---|---|
Insert |
A new row was inserted. |
Update |
An existing row was updated. |
Delete |
A row was deleted (tombstone). |