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.MobileEndpointAssemblies: 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 Enumeration PinPriority
public enum class PinPriority
Members
| Member name | Value | Description |
---|
| Normal | 0 |
A normal priority. Objects pinned with normal priority may not be synchronized on certain network conditions.
|
| High | 1 |
A high priority. Objects pinned with high priority are synchronized before objects with Normal priority.
|
See Also