SynchronizationConfigurationMaxStoreSize Property |
The max size of the Synchronization store in MB. If the store gets larger it will be purged on app restart.
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 int MaxStoreSize { get; set; }
Public Property MaxStoreSize As Integer
Get
Set
public:
property int MaxStoreSize {
int get ();
void set (int value);
}
member MaxStoreSize : int with get, set
Property Value
Type:
Int32
See Also