Class GenerateGeodatabaseParameters
Represents the parameters to a generate method on a geodatabase sync task.
Namespace: Esri.ArcGISRuntime.Tasks.Offline
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GenerateGeodatabaseParameters
Constructors
Name | Description |
---|---|
GenerateGeodatabaseParameters() | Initializes a new instance of the GenerateGeodatabaseParameters class. |
Properties
Name | Description |
---|---|
AttachmentSyncDirection | Gets or sets the direction for attachments to be synchronized. |
Extent | Gets or sets the Geometry used to intersect the features in the service to replicate into the geodatabase. |
LayerOptions | Gets the list of layer options which identifies layers and tables to include in the geodatabase if the sync model is layer. |
OutSpatialReference | Gets or sets the SpatialReference used for the generated geodatabase. |
ReturnAttachments | Gets or sets a value indicating whether attachments are added to the geodatabase. |
SyncAnnotations | Gets or sets a value indicating whether Annotation data is to be included from the service, when generating, or downloading to, an offline geodatabase. |
SyncContingentValues | Gets or sets a value indicating whether to include Contingent Value data from the service when generating, or synchronizing with, an offline geodatabase. |
SyncDimensions | Gets or sets a value indicating whether Dimension data is to be included from the service, when generating, or synchronizing with, an offline geodatabase. |
SyncModel | Gets or sets the synchronization model that will be used generate a geodatabase. |
UtilityNetworkSyncMode | Gets or sets a value that specifies the generation and synchronization mode of Utility Network data from the service to an offline geodatabase. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |