OfflineMapSyncParameters

Parameters used for creating an OfflineMapSyncJob.

Since

200.1.0

Constructors

Link copied to clipboard
constructor()

Creates an offline map sync parameters object.

Properties

Link copied to clipboard

Indicates whether or not the upload or downloaded delta geodatabases should be removed at the end of the sync job. A delta geodatabase is a file that contains the changes that have occurred since a mobile replica Geodatabase was last synchronized with its feature service. See [https://developers.arcgis.com/rest/services-reference/enterprise/synchronize-replica.htm] for an overview of the delta files used in synchronization.

Link copied to clipboard

Determines whether update packages will be downloaded from an online map area and applied to the map's data. If your map was taken offline with a DownloadPreplannedOfflineMapParameters.updateMode of PreplannedUpdateMode.DownloadScheduledUpdates or PreplannedUpdateMode.DownloadScheduledUpdatesAndUploadNewFeatures then you can set this property to PreplannedScheduledUpdatesOption.DownloadAllUpdates to download and apply update packages to your offline geodatabases.

Link copied to clipboard

Indicates if geodatabase feature service synchronization should roll back on a failure. The default is false (no rollback on failure).

Link copied to clipboard

The synchronization direction for geodatabases registered with feature services. This property applies to any geodatabases that are registered for feature service synchronization. It does not apply to geodatabases which use scheduled updates.