OfflineMapSyncParameters class final

Parameters used for creating an OfflineMapSyncJob.

Implemented types

Constructors

OfflineMapSyncParameters()
Creates an offline map sync parameters object.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
keepGeodatabaseDeltas bool
Indicates whether or not the upload or downloaded delta geodatabases should be removed at the end of the sync job.
getter/setter pair
preplannedScheduledUpdatesOption PreplannedScheduledUpdatesOption
Determines whether update packages will be downloaded from an online map area and applied to the map's data.
getter/setter pair
reconcileBranchVersion bool
True if a geodatabase feature service replica branch version automatically reconciles with the default branch upon sync, false otherwise.
getter/setter pair
rollbackOnFailure bool
Indicates if geodatabase feature service synchronization should roll back on a failure.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
syncDirection SyncDirection
The synchronization direction for geodatabases registered with feature services.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited