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. |
Information on upload and download delta geodatabases generated during the sync process. |
Remarks
Contains a collection of Geodatabase
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 Keeptrue
,
otherwise it will remain empty.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.10 - 200.6 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 200.6 |