Package-level declarations

Types

Link copied to clipboard

The direction to synchronize attachments as part of geodatabase sync task.

Link copied to clipboard

A Job that requests a feature service to generate a geodatabase file to be downloaded for offline use.

Link copied to clipboard

An object that represents the parameters to a generate method on a geodatabase sync task.

Link copied to clipboard

An object that is used in conjunction with GenerateGeodatabaseParameters to identify what layers or tables to take offline. This object allows you to set properties on a layer or table to specify what features to take offline.

Link copied to clipboard

Control which features for a layer or table are copied from the server when creating a geodatabase.

Link copied to clipboard

Represents the delta files created to synchronize changes to a Geodatabase. A delta geodatabase is a file that contains the changes that have occurred since a mobile replica Geodatabase was last synchronized with its feature service. See [https://developers.arcgis.com/rest/services-reference/enterprise/synchronize-replica.htm] for an overview of the delta files used in synchronization.

Link copied to clipboard

An object that represents a geodatabase sync task. Use this in conjunction with a feature service to synchronize offline data.

Link copied to clipboard
sealed class SyncDirection

The direction to synchronize as part of geodatabase sync task.

Link copied to clipboard

A Job that synchronizes changes to a local geodatabase back to a feature service.

Link copied to clipboard

An object that represents parameters to sync geodatabase task.

Link copied to clipboard

The can be used in conjunction with SyncGeodatabaseParameters to specify per layer synchronization options.

Link copied to clipboard

An object that represents the result of sync operation on a table or layer if there has been edit errors with individual features. If the server has an error applying an edit, this is returned as FeatureEditResult error. Only errors are reported, the feature edit results of a sync operation do not contain information about successful adds, deletes or updates.

Link copied to clipboard
sealed class SyncModel

The various types of sync models.

Link copied to clipboard

The different modes for generation and synchronization of utility networks as part of a geodatabase sync task.