Property SupportsScheduledUpdatesForFeatures
SupportsScheduledUpdatesForFeatures
Gets a value indicating whether a preplanned map area supports downloading of read-only scheduled update packages.
Declaration
public bool SupportsScheduledUpdatesForFeatures { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Remarks
If this property is true
, updates are generated whenever the online map area is refreshed. For example, the
offline map area could be refreshed according to its update schedule. For this approach the web map author must
configure the online map to perform scheduled updates.
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 web map's offline map area was refreshed (for example, according to the update schedule). They do not reflect the most up-to-date feature data.
If this property is false, no updates will be available for download.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.6 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.6 - 200.6 |
Xamarin.Android | 100.6 - 100.15 |
Xamarin.iOS | 100.6 - 100.15 |
UWP | 100.6 - 200.6 |