Class OfflineMapSyncJob

    • Method Detail

      • getGeodatabaseDeltaInfos

        public ListenableList<GeodatabaseDeltaInfo> getGeodatabaseDeltaInfos()
        Gets 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.isKeepGeodatabaseDeltas() is true, otherwise it will remain empty.

        Returns:
        an unmodifiable list containing information on upload and download delta geodatabases generated during the sync process
        Since:
        100.10.0