Show / Hide Table of Contents

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
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
TargetVersions
.NET Standard 2.0100.10 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.10 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.10 - 100.12
Android100.10 - 100.15
iOS100.10 - 100.15
UWP100.10 - 200.0
In This Article
Back to top Copyright © 2022 Esri.