SyncPolicyFetchPolicy Property |
Specifies whether a GET returns data from the cache or the service.
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 FetchPolicy FetchPolicy { get; set; }
Public Property FetchPolicy As FetchPolicy
Get
Set
public:
property FetchPolicy FetchPolicy {
FetchPolicy get ();
void set (FetchPolicy value);
}
member FetchPolicy : FetchPolicy with get, set
Property Value
Type:
FetchPolicy
See Also