Property GeodatabaseDeltaInfos
GeodatabaseDeltaInfos
Gets information on upload and download delta geodatabases generated during the sync process.
Declaration
public IReadOnlyList<GeodatabaseDeltaInfo> GeodatabaseDeltaInfos { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<GeodatabaseDeltaInfo> | Information on upload and download delta geodatabases generated during the sync process. |
Remarks
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 KeepGeodatabaseDeltas is true
,
otherwise it will remain empty.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.10 - 200.5 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 200.5 |