SyncCapabilities QML Type

  • Esri.ArcGISRuntime
  • SyncCapabilities
  • Information about the capabilities supported by a sync-enabled service. More...

    Import Statement: import Esri.ArcGISRuntime
    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

    [read-only, since Esri.ArcGISRuntime 100.14] 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.


    [read-only] supportsAsync : bool

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


    [read-only] supportsAttachmentsSyncDirection : bool

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


    [read-only, since Esri.ArcGISRuntime 100.13] 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.


    [read-only, since Esri.ArcGISRuntime 100.14] 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.


    [read-only] 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.


    [read-only] supportsRollbackOnFailure : bool

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


    [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.


    [read-only] 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.


    [read-only] 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.


    [read-only] supportsSyncModelNone : bool

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


    [read-only, since Esri.ArcGISRuntime 100.11] 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.


    [read-only, since Esri.ArcGISRuntime 200.1] supportsUtilityNetworkTopology : bool

    Indicates if utility network topology data is available (read-only).

    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.

    This property was introduced in Esri.ArcGISRuntime 200.1.

    See also GenerateGeodatabaseParameters::utilityNetworkSyncMode.


    Signal Documentation

    [since Esri.ArcGISRuntime 100.11] 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.