Information about the capabilities supported by a sync-enabled service. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- supportsAnnotations : bool
- supportsAsync : bool
- supportsAttachmentsSyncDirection : bool
- supportsContingentValues : bool
- supportsDimensions : bool
- supportsRegisteringExistingData : bool
- supportsRollbackOnFailure : bool
- supportsSyncDirectionControl : bool
- supportsSyncModelGeodatabase : bool
- supportsSyncModelLayer : bool
- supportsSyncModelNone : bool
- supportsUtilityNetworkSystem : bool
Signals
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
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.
After this data is taken offline to a local geodatabase, any inserts, edits, or deletions will NOT be applied to the server data when the geodatabase is re-synchronized. If features linked to the annotation have been changed, the server WILL apply the feature-linked annotation updates. Another download from the server will replace any offline inserts, edits or deletions of Annotation features.
This property was introduced in Esri.ArcGISRuntime 100.14.
Returns whether the service supports asynchronous operations. This avoids server timeouts (read-only).
Returns whether the service supports options to define how attachments will be synced. (read-only).
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.
This property was introduced in Esri.ArcGISRuntime 100.13.
See also GenerateGeodatabaseParameters::syncContingentValues.
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.
This property was introduced in Esri.ArcGISRuntime 100.14.
Returns whether the service supports registering an existing mobile geodatabase (*.geodatabase file) as new a sync-enabled geodatabase (read-only).
This is useful when you already have a geodatabase that you want to sync on multiple devices independently without affecting each other.
Returns whether the service supports rolling back edits in case of a failure during sync operations (read-only).
Returns whether the service allows the client application to control direction of sync (read-only).
This directions include upload only, download only, or bi-directional.
Returns whether the service supports sync capabilities for the entire sync-enabled geodatabase (read-only).
All layers in the geodatabase will be synchronized together in the same direction.
Returns whether the service supports sync capabilities independently on a layer-by-layer basis in the sync-enabled geodatabase (read-only).
For example, one layer can upload changes while another downloads during sync. A perLayer sync model also allows clients to limit the sync to a subset of layers in the geodatabase.
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.
This property was introduced in Esri.ArcGISRuntime 100.11.
See also GenerateGeodatabaseParameters::utilityNetworkSyncMode.
Signal Documentation
Emitted when the supportsUtilityNetworkSystem property changes.
Note: The corresponding handler is onSupportsUtilityNetworkSystemChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.11.