Incoming Synchronization
-
Incoming Synchronization Modes
The Engine supports 4 synchronization modes: Timer pooling mode. CRUD. Sync ID algorithm mode. Folder content invalidation mode. Note that for the effective synchronization your remote storage must support content and metadata eTags (versions, in t ...
-
Pooling Incoming Synchronization
The pooling synchronization is new to the Engine v8.1 and is supported on both Windows and macOS platforms. During pooling synchronization the Engine traverses all folders loaded on the client and calls IFolder.GetChildrenAsync() for each folder to g ...
-
CRUD Incoming Synchronization
In case your remote storage provides updates via create, update, delete and move events via web sockets you will use the IServerNotifications interface to reflect changes in the user file system. Synchronization Settings In this mode you will disable ...
-
Sync ID Incoming Synchronization
In this article we describe a cross-platform remote storage to user file system synchronization (incoming synchronization) approach based on Sync ID algorithm. After the initial on-demand population and hydration the folder listing and file content ...
-
Folder Content Invalidation Mode
Functionality described in this article is supported in User File System 8.2 and later versions. In this article we describe how you can run the User File System with a remote storage that does not support any push notifications as well as with pooli ...