Sync Capabilities
An object that identifies the various synchronization capabilities of an ArcGIS feature service.
Since
200.1.0
Properties
Indicates if Annotation data is available for downloading. 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.
True if asynchronous operations are supported.
True if the service supports options to define how attachments will be synced.
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.
True if reconciling replica branch versions with default branch upon sync is supported, false otherwise. If this value is true, com.arcgismaps.tasks.geodatabase.SyncGeodatabaseParameters.reconcileBranchVersion can be used with com.arcgismaps.tasks.geodatabase.GeodatabaseSyncTask
Indicates if Contingent Value data is available. 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.
Indicates if Dimension data is available. 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.
True if registering existing data is supported.
If rollback on failure is supported.
If synchronization direction control is supported.
If per replica synchronization is supported.
If per layer synchronization is supported.
If no sync model is supported.
Indicates if Utility Network System data is available. 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.
Indicates if utility network topology data is available. 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.
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 com.arcgismaps.tasks.geodatabase.SyncModel.Geodatabase. The downloaded geodatabase supports editing and synchronization in any direction - com.arcgismaps.tasks.geodatabase.SyncDirection.Download, com.arcgismaps.tasks.geodatabase.SyncDirection.Upload, com.arcgismaps.tasks.geodatabase.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 com.arcgismaps.tasks.geodatabase.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 com.arcgismaps.tasks.geodatabase.SyncDirection.Download.