SyncCapabilities

The synchronization capabilities supported by a sync-enabled ArcGIS feature service. If an ArcGIS Feature Service is sync-enabled, you can examine its ArcGISFeatureServiceInfo.syncCapabilities to determine the range of synchronization capabilities that were defined when the service was created. You can examine some of these properties to find out how synchronization has been enabled on the ArcGIS Feature Service:

You can also determine which data types, in addition to features, are supported in the synchronization process:

Since

200.1.0

Properties

Link copied to clipboard

Indicates if Annotation data is available for downloading, false otherwise. Feature layers and tables are always included in the generation and synchronization of the geodatabase. This property indicates whether Annotation data is also available from the service, for generation of, or downloading to, an offline geodatabase.

Link copied to clipboard

True if the feature service supports executing sync operations asynchronously, false otherwise.

Link copied to clipboard

True if the feature service supports options to define how attachments will be synced, false otherwise.

Link copied to clipboard

True if the service supports creating a replica with attribute rule data, false otherwise Feature layers and tables are always included in the generation and synchronization of the geodatabase. If the value is true, you can generate an offline geodatabase and synchronize it using the service's attribute rule data.

Link copied to clipboard

True if reconciling replica branch versions with default branch upon sync is supported, false otherwise. If this value is true, SyncGeodatabaseParameters.reconcileBranchVersion can be used with GeodatabaseSyncTask

Link copied to clipboard

True if Contingent Value data is available, false otherwise. Feature layers and tables are always included in the generation and synchronization of the geodatabase. This property indicates whether Contingent Value data is also available from the service, for generation of an offline geodatabase and for resynchronization.

Link copied to clipboard

True if Dimension data is available, false otherwise. Feature layers and tables are always included in the generation and synchronization of the geodatabase. This property indicates whether Dimension data is also available from the service, for generation of an offline geodatabase and for resynchronization.

Link copied to clipboard

True if registering existing data is supported, false otherwise.

Link copied to clipboard

True if rollback on failure is supported, false otherwise.

Link copied to clipboard

True if synchronization direction control is supported, false otherwise.

Link copied to clipboard

True if per-replica synchronization is supported, false otherwise.

Link copied to clipboard

True if per-layer synchronization is supported, false otherwise.

Link copied to clipboard

True if no sync model is supported, false otherwise.

Link copied to clipboard

True if Utility Network System data is available, false otherwise. Feature layers and tables are always included in the generation and synchronization of the geodatabase. This property indicates whether Utility Network System data is also available from the service, for generation of an offline geodatabase and for resynchronization.

Link copied to clipboard

True if utility network topology data is available, false otherwise. When syncing Utility Network data, feature layers and tables are always included in the generation and synchronization of the geodatabase. This property indicates whether utility network topology data is also available from the service, for generation of an offline geodatabase and for resynchronization.

Link copied to clipboard

True if the available utility network topology data support synchronization in any direction, false otherwise. If the value is true, utility network topology data can be taken offline with SyncModel.Geodatabase. The downloaded geodatabase supports editing and synchronization in any direction - SyncDirection.Download, SyncDirection.Upload, SyncDirection.Bidirectional.

True if the available utility network topology data support download-only synchronization, false otherwise. If the value is true, utility network topology data can be taken offline with SyncModel.Geodatabase. The downloaded geodatabase cannot be edited directly. If you want to incorporate edits made on the service, you can synchronize the geodatabase using SyncDirection.Download.