OfflineMapSyncJob QML Type

A job to synchronize an offline map's geodatabases with their originating services. More...

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

Job

Properties

Signals

Detailed Description

See also Cancelable, JsonSerializable, and RemoteResource.

Property Documentation

geodatabaseDeltaInfos : list<GeodatabaseDeltaInfo>

Returns information on upload and download delta geodatabases generated during the sync process (read-only).

Contains a collection of GeodatabaseDeltaInfo with one for each geodatabase synced. This information can be used when troubleshooting sync issues. This collection will be updated even if the job fails and there are deltas on disk. This collection will only be updated if OfflineMapSyncParameters::keepGeodatabaseDeltas is true, otherwise it will remain empty.

This property was introduced in Esri.ArcGISRuntime 100.10.


json : json

JSON describing this OfflineMapSyncJob.


Returns the parameters used to create this OfflineMapSyncJob (read-only).

This property was introduced in Esri.ArcGISRuntime 100.2.


Returns the result of this OfflineMapSyncJob.


Signal Documentation

geodatabaseDeltaInfosChanged()

Emitted when the geodatabaseDeltaInfos property changes.

Note: The corresponding handler is onGeodatabaseDeltaInfosChanged.

This signal was introduced in Esri.ArcGISRuntime 100.10.


resultChanged()

Emitted when the result property changes.

Note: The corresponding handler is onResultChanged.


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