Skip to main content

Class UpdateMessage

Represents an update message.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public class UpdateMessage : UpdateInfo

Inheritance: System.Object -> Meadow.Update.UpdateInfo

Properties

MpakID

Gets or sets the ID of the MPak.

View Source
Declaration
public string MpakID { get; set; }

MpakDownloadUrl

Gets or sets the download URL of the MPak.

View Source
Declaration
public string MpakDownloadUrl { get; set; }

MpakWithOsDownloadUrl

Gets or sets the download URL of the MPak including OS.

View Source
Declaration
public string MpakWithOsDownloadUrl { get; set; }

OsVersion

Target OS Version for the update.

View Source
Declaration
public string OsVersion { get; set; }