Class OfflineMapUpdatesInfo
Provides information on the available updates for an offline map.
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Esri.ArcGISRuntime.Tasks.Offline
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class OfflineMapUpdatesInfo
Remarks
This type provides high level information on what updates are available for an offline map. Update information covers both:
- Online changes that can be applied to update your offline map.
- Local changes from your offline map that can be sent back to the online services.
Properties
| Name | Description |
|---|---|
| DownloadAvailability | Gets a value that indicates whether there are changes available to download. |
| IsMobileMapPackageReopenRequired | Gets a value indicating whether the mobile map package must be reopened after applying the available updates. |
| ScheduledUpdatesDownloadSize | Gets the total size in bytes of update files to download for a scheduled updates workflow. |
| UploadAvailability | Gets a value that indicates whether there are local changes to upload. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.6 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.6 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.6 - 100.15 |
| Xamarin.iOS | 100.6 - 100.15 |
| UWP | 100.6 - 100.15 |