Click or drag to resize
SynchronizationConfigurationPolicies Property
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.

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 Dictionary<string, SyncPolicy> Policies { get; set; }

Property Value

Type: DictionaryString, SyncPolicy
See Also