Property UpdateMode
UpdateMode
Gets or sets a value indicating how the offline map will support synchronization with online services.
Declaration
public GenerateOfflineMapUpdateMode UpdateMode { get; set; }
Property Value
Type | Description |
---|---|
GenerateOfflineMapUpdateMode | A value indicating how the offline map will support synchronization with online services. |
Remarks
A value of SyncWithFeatureServices instructs the GenerateOfflineMapJob to create offline geodatabases that support syncing with online feature services.
A value of NoUpdates instructs the GenerateOfflineMapJob to disable data synchronization for generated offline geodatabases. In this case, no synchronization replicas will be created on corresponding feature services. This reduces the load on the feature server and frees the developer from needing to unregister server replicas when they are no longer needed.
The default value is SyncWithFeatureServices.
If GenerateOfflineMapParameters is used in conjunction with GenerateOfflineMapParameterOverrides this property is superseded by the SyncModel property of the overridden layer.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.9 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.9 - 200.5 |
Xamarin.Android | 100.9 - 100.15 |
Xamarin.iOS | 100.9 - 100.15 |
UWP | 100.9 - 200.5 |