Click or drag to resize
PinPriority Enumeration
The priority of pinned resources. High priority resources are synchronized first and network status may affect which resources are synchronized in the background.

Namespace: Oracle.Cloud.Mobile.Synchronization.MobileEndpoint
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 enum PinPriority
Members
  Member nameValueDescription
Normal0 A normal priority. Objects pinned with normal priority may not be synchronized on certain network conditions.
High1 A high priority. Objects pinned with high priority are synchronized before objects with Normal priority.
See Also