SyncPolicyNoCache Property |
The resource is not cached on the device. This is useful for sensitive or large data.
Namespace: Oracle.Cloud.Mobile.SynchronizationAssemblies: 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 bool NoCache { get; set; }
Public Property NoCache As Boolean
Get
Set
public:
property bool NoCache {
bool get ();
void set (bool value);
}
member NoCache : bool with get, set
Property Value
Type:
Boolean
See Also