Click or drag to resize
SynchronizationConfiguration Properties

The SynchronizationConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyBackgroundRefreshInterval
Specifies the interval for performing a background refresh of expired resources. Omit or set to -1 to disable background refresh. Defaults to -1;
Public propertyMaxStoreSize
The max size of the Synchronization store in MB. If the store gets larger it will be purged on app restart.
Public propertyPolicies
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.
Top
See Also