StoreOperationSource Enum

Definition

Represents the source of an operation performed against the local store.

public enum StoreOperationSource
type StoreOperationSource = 
Public Enum StoreOperationSource
Inheritance
StoreOperationSource

Fields

Local 0

The operation was triggered by a local action (e.g. locally inserting, updating or deleting a record)

LocalConflictResolution 1

The operation was triggered by a local conflict resolution action taken against an operation error.

LocalPurge 2

The operation was triggered by a local purge action.

ServerPull 3

The operation was triggered by a Pull action and reflects a newer version of the record from the server.

ServerPush 4

The operation was triggered by a Push action.

Applies to