Click or drag to resize
SynchronizationConfiguration Class
Class to configure Synchronization.
Inheritance Hierarchy
SystemObject
  Oracle.Cloud.Mobile.ConfigurationSynchronizationConfiguration

Namespace: Oracle.Cloud.Mobile.Configuration
Assemblies:  Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
  Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public sealed class SynchronizationConfiguration

The SynchronizationConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodSynchronizationConfiguration
Initializes a new configuration object.
Public methodSynchronizationConfiguration(JObject)
Initializes a new configuration object populating the properties from a JObject.
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also