Class GenerateGeodatabaseParameters
The parameters that specify how a sync-enabled geodatabase is generated and downloaded from an ArcGIS feature service
using a Generate
Inheritance
Namespace: Esri.ArcGISRuntime.Tasks.Offline
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GenerateGeodatabaseParameters
Remarks
To generate parameters with values which take into account the capabilities supported by the ArcGIS feature
service and the data it contains, call Create
You can also use the Generate
Constructors
Name | Description |
---|---|
Generate |
Initializes a new instance of the Generate |
Properties
Name | Description |
---|---|
Attachment |
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. |
Layer |
Gets the list of layer options which identifies layers and tables to include in the geodatabase if the sync model is layer. |
Out |
Gets or sets the Spatial |
Return |
Gets or sets a value indicating whether attachments are added to the geodatabase. |
Sync |
Gets or sets a value indicating whether Annotation data is to be included from the service, when generating, or downloading to, an offline geodatabase. |
Sync |
Gets or sets a value indicating whether Attribute Rule data is to be included from the service, when generating, or synchronizing with, an offline geodatabase. |
Sync |
Gets or sets a value indicating whether to include Contingent Value data from the service when generating, or synchronizing with, an offline geodatabase. |
Sync |
Gets or sets a value indicating whether Dimension data is to be included from the service, when generating, or synchronizing with, an offline geodatabase. |
Sync |
Gets or sets the synchronization model that will be used generate a geodatabase. |
Utility |
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 - 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 |