geodatabaseDeltaInfos property
Returns information on upload and download delta geodatabases generated during the sync process.
Contains a collection of GeodatabaseDeltaInfo
with one for each
geodatabase synced. These provide information about the synced geodatabase
along with the paths to its uploaded and downloaded deltas.
Delta geodatabases allow you to troubleshoot sync problems - for example by inspecting the changes they contain or sending the file to the system administrator for the feature service.
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.
Implementation
List<GeodatabaseDeltaInfo> get geodatabaseDeltaInfos =>
_geodatabaseDeltaInfos.value;