Show / Hide Table of Contents

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
TargetVersions
.NET Standard 2.0100.9 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.9 - 200.7
Xamarin.Android100.9 - 100.15
Xamarin.iOS100.9 - 100.15
UWP100.9 - 200.7
In This Article
Back to top Copyright © 2022 Esri.