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.ConfigurationAssemblies: 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)
Syntaxpublic Dictionary<string, SyncPolicy> Policies { get; set; }
Public Property Policies As Dictionary(Of String, SyncPolicy)
Get
Set
public:
property Dictionary<String^, SyncPolicy^>^ Policies {
Dictionary<String^, SyncPolicy^>^ get ();
void set (Dictionary<String^, SyncPolicy^>^ value);
}
member Policies : Dictionary<string, SyncPolicy> with get, set
Property Value
Type:
DictionaryString,
SyncPolicy
See Also