Property GeodatabaseDeltaInfo
GeodatabaseDeltaInfo
Gets an object containing information on geodatabase upload and download delta files.
Declaration
public GeodatabaseDeltaInfo GeodatabaseDeltaInfo { get; }
Property Value
Type | Description |
---|---|
GeodatabaseDeltaInfo | An object containing information on geodatabase upload and download delta files. |
Remarks
When KeepGeodatabaseDeltas is set to true
, this property
provides 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 property will be set even if the job fails. If
KeepGeodatabaseDeltas is false
, this property will be
null
.
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 |