SYSCLS OFFLINE SYNC CONFIGURATION
If an Object fullfills the Offline Sync Configuration Classification it gets automatically branch downloaded (on the client) according its configuration.
MetaProperties
Name | Data type | Comment |
---|---|---|
CONFIGURATION | Integer | Offline Sync Configuration (setting). See supported values below. |
SUB_LEVELS | Integer | Determines how a branch download is performed. If not configured (equals to 0 by default), an entire branch is downloaded in one attempt. If set to 1 for example, the 1st level children of the selected root is first analyzed, then sub branch downloads are performed for each of the children. Basically the higher the number, the more "fragmented" the branch download becomes. This usually increases the overall download time, but can be helpful for scenarios like really large branches or unstable networks since it has a better chance of finishing smaller individual downloads. |
Supported Configuration settings:
- 0: No Auto Sync
- -1: Sync once
- -2: Sync after every start of the app
- any value >0: Periodic sync if app is running; the value is interpreted in hours (e.g. 4 => periodically sync every 4 hours)