OfflineMapUpdateCapabilities QML Type

  • Esri.ArcGISRuntime
  • OfflineMapUpdateCapabilities
  • Describes supported methods for obtaining updates for a preplanned map area. More...

    Import Statement: import Esri.ArcGISRuntime
    Since: Esri.ArcGISRuntime 100.6
    Inherits:

    Object

    Properties

    Detailed Description

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

    See also PreplannedMapArea::updateCapabilities.

    Property Documentation

    [read-only] supportsScheduledUpdatesForFeatures : bool

    Whether an offline map supports downloading of read-only scheduled update packages (read-only).

    If this property is true, updates are generated whenever the online map area is refreshed. For example: according to its update schedule.

    Updates are prepared once and cached for download by all users of the offline map area. Sharing a single set of cached updates, rather than performing individual sync operations, reduces the load on the back-end services. This approach is scalable for large deployments. As updates are only downloaded, this approach can only be used with read-only workflows. The updates reflect a snapshot of the feature data at the time the online map area was refreshed. It does not reflect the most up-to-date feature data. For this approach the web map author must configure the online map to perform scheduled updates.

    If this property is false, no updates will be available for download.


    [read-only] supportsSyncWithFeatureServices : bool

    Whether a preplanned map area contains feature services which are sync enabled (read-only).


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