SyncCapabilities QML Type

Information about the capabilities supported by a sync-enabled service. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.0
Inherits:

Object

Properties

Signals

Detailed Description

Note: You cannot declare or create a component of this type in QML code.

Property Documentation

supportsAnnotations : bool

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.

See also GenerateGeodatabaseParameters::syncAnnotations.


supportsAsync : bool

Returns whether the service supports asynchronous operations. This avoids server timeouts (read-only).


supportsAttachmentsSyncDirection : bool

Returns whether the service supports options to define how attachments will be synced. (read-only).


supportsContingentValues : bool

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.


supportsDimensions : bool

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.

See also GenerateGeodatabaseParameters::syncDimensions.


supportsRegisteringExistingData : bool

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.


supportsRollbackOnFailure : bool

Returns whether the service supports rolling back edits in case of a failure during sync operations (read-only).


supportsSyncDirectionControl : bool

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.


supportsSyncModelGeodatabase : bool

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.


supportsSyncModelLayer : bool

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.


supportsSyncModelNone : bool

Returns whether no sync model is supported (read-only).


supportsUtilityNetworkSystem : bool

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

supportsUtilityNetworkSystemChanged()

Emitted when the supportsUtilityNetworkSystem property changes.

Note: The corresponding handler is onSupportsUtilityNetworkSystemChanged.

This signal was introduced in Esri.ArcGISRuntime 100.11.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.