OfflineMapSyncJob QML Type
A job to synchronize an offline map's geodatabases with their originating services. More...
Import Statement: | import Esri.ArcGISRuntime 100.6 |
Since: | Esri.ArcGISRuntime 100.1 |
Inherits: |
Properties
- json : json
- parameters : OfflineMapSyncParameters
- result : OfflineMapSyncResult
Signals
Detailed Description
See also Cancelable, JsonSerializable, and RemoteResource.
Property Documentation
json : json |
JSON describing this OfflineMapSyncJob.
parameters : OfflineMapSyncParameters |
Returns the parameters used to create this OfflineMapSyncJob (read-only).
This QML property was introduced in Esri.ArcGISRuntime 100.2.
result : OfflineMapSyncResult |
Returns the result of this OfflineMapSyncJob.
Signal Documentation
Emitted when the result property changes.