Class OfflineMapUpdatesInfo
Provides information on the available updates for an offline map.
Inheritance
System.Object
OfflineMapUpdatesInfo
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.6 - 200.8 |
| Xamarin.Android | 100.6 - 100.15 |
| Xamarin.iOS | 100.6 - 100.15 |
| UWP | 100.6 - 200.8 |