Show / Hide Table of Contents

Method ImportDeltaAsync

ImportDeltaAsync(Geodatabase, String)

Imports a geodatabase delta and applies it to the given geodatabase.

Declaration
public Task<IReadOnlyList<SyncLayerResult>> ImportDeltaAsync(Geodatabase geodatabase, string inputPath)
Parameters
Type Name Description
Geodatabase geodatabase

The geodatabase to apply a delta to.

String inputPath

The path and filename to import the delta from.

Returns
Type Description
Task<IReadOnlyList<SyncLayerResult>>

A task that represents the asynchronous import geodatabase delta operation. The value of the task result is a collection of SyncLayerResult.

Remarks

A delta geodatabase contains the changes that have occurred since a mobile replica Geodatabase was last synchronized with the feature service. See https://developers.arcgis.com/rest/services-reference/synchronize-replica.htm for an overview of the delta files used in synchronization. A "download" delta geodatabase contains the online edits that will be imported to the local geodatabase.

You should not execute more than one sync on a geodatabase at the same time. This includes any operations that export/import deltas from the local Geodatabase:

  • ExportDeltaAsync(Geodatabase, String)
  • ApplyDeltaAsync(Geodatabase, String)/>
  • SyncGeodatabaseJob
  • OfflineMapSyncJob

See Also
ApplyDeltaAsync(Geodatabase, String)

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.6 - 100.13
.NET Framework100.6 - 100.8
.NET 5100.11
.NET Core 3.1100.7 - 100.8
Xamarin.Android100.6 - 100.13
Xamarin.iOS100.6 - 100.8
UWP100.6 - 100.15
In This Article
Back to top Copyright © 2022 Esri.