GeodatabaseDeltaInfo class final
Represents the delta files created to synchronize changes to a Geodatabase.
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.
There are two types of delta geodatabase:
- Local edits, performed on the user's device, are exported as an "upload" delta that is applied to the originating feature service
- Online edits, performed by other users are requested as a "download" delta which is then applied to the local replica geodatabase.
Delta geodatabases allow you to troubleshoot sync problems. For example, you can inspect the geodatabase changes or you could send the file to the administrator of the feature service.
To access the GeodatabaseDeltaInfo after a sync has completed, set one of the following properties to true:
- SyncGeodatabaseParameters.keepGeodatabaseDeltas. This will populate the SyncGeodatabaseJob.geodatabaseDeltaInfo property.
- OfflineMapSyncParameters.keepGeodatabaseDeltas. This will add instances to the OfflineMapSyncJob.geodatabaseDeltaInfos property.
- Implemented types
Properties
- downloadDeltaUri → Uri?
-
The full file path of the downloaded delta file, including the file name
and extension.
no setter
- featureServiceUri → Uri
-
The feature service that is used to sync changes to the geodatabase
specified by GeodatabaseDeltaInfo.geodatabaseUri.
no setter
- geodatabaseUri → Uri
-
The file path to the Geodatabase that is used to sync changes, including
the file name and extension.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uploadDeltaUri → Uri?
-
The full file path of the generated upload delta file, including the file
name and extension.
no setter
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