SynchronizationConfiguration Class |
Namespace: Oracle.Cloud.Mobile.Configuration
The SynchronizationConfiguration type exposes the following members.
Name | Description | |
---|---|---|
![]() | SynchronizationConfiguration |
Initializes a new configuration object.
|
![]() | SynchronizationConfiguration(JObject) |
Initializes a new configuration object populating the properties from a JObject.
|
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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |