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: |
Properties
- geodatabaseDeltaInfos : list<GeodatabaseDeltaInfo>
- json : json
- parameters : OfflineMapSyncParameters
- result : OfflineMapSyncResult
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 describing this OfflineMapSyncJob.
parameters : OfflineMapSyncParameters |
Returns the parameters used to create this OfflineMapSyncJob (read-only).
This property was introduced in Esri.ArcGISRuntime 100.2.
result : OfflineMapSyncResult |
Returns the result of this OfflineMapSyncJob.
Signal Documentation
Emitted when the geodatabaseDeltaInfos property changes.
Note: The corresponding handler is onGeodatabaseDeltaInfosChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.10.
Emitted when the result property changes.
Note: The corresponding handler is onResultChanged
.