OfflineMapSyncResult QML Type

The result of an OfflineMapSyncJob. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.1
Inherits:

Object

Properties

Detailed Description

Note: You cannot declare or create a component of this type in QML code.

Property Documentation

hasErrors : bool

Returns whether offline map sync result has synchronization errors available (read-only).


Returns the synchronization results for feature layers that could be synchronized (read-only).


mobileMapPackageReopenRequired : bool

Indicates whether the mobile map package must be closed and reopened with a new instance to allow the updates to take effect (read-only).

In some cases, applying updates may require files such as mobile geodatabases to be replaced with a new version. When reopen is required, this property will be true and you need to:

  • Release all instances of the MobileMapPackage and its maps and layers. For example, you should remove any Map instances from the MapView and remove layers and geodatabases from custom views such as lists and tables of contents. This will allow files to be closed.
  • Call MobileMapPackage::close to close the mobile map package instance and files.
  • Create a new MobileMapPackage instance with the same path.
  • Load the new MobileMapPackage. This will apply updates to geodatabases that have been replaced via a scheduled updates workflow.

If your offline map was created using Enums.PreplannedUpdateModeDownloadScheduledUpdatesAndUploadNewFeatures, be aware that immediately following replacement, the new geodatabase will not contain the new features that have been synced up to the feature service. The uploaded features can be downloaded after the next scheduled update has executed and changes are available for download.

This property was introduced in Esri.ArcGISRuntime 100.6.


Returns the synchronization results for tables that could be synchronized (read-only).


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close