Show / Hide Table of Contents

Class GenerateGeodatabaseParameters

Represents the parameters to a generate method on a geodatabase sync task.

Inheritance
Object
GenerateGeodatabaseParameters
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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

TargetVersions
.NET Standard 2.0100.3 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.0 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.0 - 100.15
iOS100.0 - 100.15
UWP100.0 - 200.0

Relevant samples

Edit and sync features: Synchronize offline edits with a feature service.
Generate geodatabase: Generate a local geodatabase from an online feature service.
Geodatabase transactions: Use transactions to manage how changes are committed to a geodatabase.
In This Article
Back to top Copyright © 2022 Esri.