Class SyncGeodatabaseParameters
The parameters that specify how a geodatabase is synchronized with its ArcGIS feature service using a Sync
Inheritance
Namespace: Esri.ArcGISRuntime.Tasks.Offline
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class SyncGeodatabaseParameters
Remarks
To generate default parameters that match the geodatabase and its ArcGIS feature service, call
Create
Constructors
Name | Description |
---|---|
Sync |
Initializes a new instance of the Sync |
Properties
Name | Description |
---|---|
Geodatabase |
Gets or sets the synchronization direction that will be used when synchronizing the geodatabase. |
Keep |
Gets or sets a value indicating whether or not the upload or downloaded delta geodatabases will be removed at the end of the sync job. |
Layer |
Gets a mutable list of Sync |
Reconcile |
Gets or sets a value indicating whether replica branch version automatically reconciles with the default branch upon sync, |
Rollback |
Gets or sets a value indicating whether a sync should roll back on a failure. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 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.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |