Enumeration SyncMode

SyncMode defines synchronization modes for the PushPullChanges API.

Enumeration Members

Manual: "manual"

Manual mode indicates that changes are not automatically pushed or pulled.

Realtime: "realtime"

Realtime mode indicates that changes are automatically pushed and pulled.

RealtimePushOnly: "realtime-pushonly"

RealtimePushOnly mode indicates that only local changes are automatically pushed.

RealtimeSyncOff: "realtime-syncoff"

RealtimeSyncOff mode indicates that changes are not automatically pushed or pulled, but the watch stream is kept active.