SynchronizationConfiguration Properties |
The SynchronizationConfiguration type exposes the following members.
Name | Description | |
---|---|---|
![]() | BackgroundRefreshInterval |
Specifies the interval for performing a background refresh of expired resources. Omit or set to -1 to disable background refresh.
Defaults to -1;
|
![]() | MaxStoreSize |
The max size of the Synchronization store in MB. If the store gets larger it will be purged on app restart.
|
![]() | Policies |
A dictionary of URI paths to policies for those paths. The paths are subpaths under the MobileBackend's base URI. The paths may
have a * in any path segment ex. /mobile/custom/MyApi/*/nested will match /mobile/custom/MyApi/A/nested and /mobile/custom/MyApi/B/nested
but not /mobile/custom/MyApi/A/B/nested. The paths may also send in ** to match any subpath ex. /mobile/custom/** will match all
custom APIs.
|