Show / Hide Table of Contents

Property KeepGeodatabaseDeltas

KeepGeodatabaseDeltas

Gets or sets a value indicating whether the upload or downloaded delta geodatabases are retained or removed at the end of the sync job.

Declaration
public bool KeepGeodatabaseDeltas { get; set; }
Property Value
Type Description
System.Boolean

true if the upload or downloaded delta geodatabases are removed at the end of the sync job, otherwise false.

Remarks

A delta geodatabase is a file that contains the changes that have occurred since a mobile replica Geodatabase was last synchronized with its feature service. See the document Synchronize Replica for an overview of the delta files used in synchronization.

There are two types of delta geodatabase:

  • Local edits, performed on the user's device, are exported as an "upload" delta that is applied to the originating feature service.
  • Online edits, performed by other users are requested as a "download" delta which is then applied to the local replica geodatabase.

Delta geodatabases allow you to troubleshoot sync problems. For example, you can inspect the geodatabase changes or you could send the file to the administrator of the feature service.

You can choose to retain both the uploaded and downloaded delta geodatabases once the sync job has completed. Set to true to retain both delta geodatabases and set to false to have them deleted at the end of the sync job. Deltas will be retained regardless of whether the job succeeds or fails. Note that when this property is set to true, the upload delta geodatabase will only be available if there are changes to upload and the sync direction is Upload or Bidirectional. The download delta geodatabase will only be available when there are changes to download and the sync direction is Download or Bidirectional. The default value is false.

No geodatabase deltas will be retained if your geodatabase uses a scheduled updates workflow.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.10 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.10 - 200.7
Xamarin.Android100.10 - 100.15
Xamarin.iOS100.10 - 100.15
UWP100.10 - 200.7
In This Article
Back to top Copyright © 2022 Esri.