Show / Hide Table of Contents

Class OfflineMapSyncParameters

Parameters used to create an OfflineMapSyncJob.

Inheritance
System.Object
OfflineMapSyncParameters
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Tasks.Offline
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class OfflineMapSyncParameters
Remarks

To create OfflineMapSyncParameters, you need to create an OfflineMapSyncTask by using the offline map (Map). You can then obtain the default OfflineMapSyncParameters for the offline map by calling CreateDefaultOfflineMapSyncParametersAsync(). If necessary, you can modify these default parameters to specify the SyncDirection, for example.

Constructors

Name Description
OfflineMapSyncParameters()

Initializes a new instance of the OfflineMapSyncParameters class.

Properties

Name Description
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.

PreplannedScheduledUpdatesOption

Gets or sets a value that determines whether scheduled updates will be downloaded from an online map area and applied to the map's data.

ReconcileBranchVersion

Gets or sets a value indicating whether a geodatabase feature service replica branch version automatically reconciles with the default branch upon sync.

RollbackOnFailure

Gets or sets a value indicating whether geodatabase synchronization should roll back on a failure.

SyncDirection

Gets or sets the synchronization direction for geodatabases registered with feature services.

See Also

SyncOfflineMap(OfflineMapSyncParameters)

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.1 - 200.8
Xamarin.Android100.1 - 100.15
Xamarin.iOS100.1 - 100.15
UWP100.1 - 200.8
In This Article
Back to top Copyright © 2022 Esri.