OfflineMapSyncJob QML Type

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

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

    Job

    Properties

    Signals

    Detailed Description

    See also Cancelable, JsonSerializable, and RemoteResource.

    Property Documentation

    [read-only, since Esri.ArcGISRuntime 100.10] 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.


    [read-only, since Esri.ArcGISRuntime 100.2] parameters : OfflineMapSyncParameters

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

    This property was introduced in Esri.ArcGISRuntime 100.2.


    [read-only] result : OfflineMapSyncResult

    Returns the result of this OfflineMapSyncJob.


    Signal Documentation

    [since Esri.ArcGISRuntime 100.10] 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.