UpdateOutput interface
Update metadata.
Properties
| compatibility | List of update compatibility information. |
| created |
Date and time in UTC when the update was created. |
| description | Update description specified by creator. |
| etag | Update ETag. |
| friendly |
Friendly update name specified by importer. |
| imported |
Date and time in UTC when the update was imported. |
| installed |
String interpreted by Device Update client to determine if the update is installed on the device. Deprecated in latest import manifest schema. |
| instructions | Update install instructions. |
| is |
Whether the update can be deployed to a device on its own. |
| manifest |
Schema version of manifest used to import the update. |
| referenced |
List of update identities that reference this update. |
| scan |
Update aggregate scan result (calculated from payload file scan results). |
| update |
Update identity. |
| update |
Update type. Deprecated in latest import manifest schema. |
Property Details
compatibility
List of update compatibility information.
compatibility: Record<string, string>[]
Property Value
Record<string, string>[]
createdDateTime
Date and time in UTC when the update was created.
createdDateTime: string
Property Value
string
description
Update description specified by creator.
description?: string
Property Value
string
etag
Update ETag.
etag?: string
Property Value
string
friendlyName
Friendly update name specified by importer.
friendlyName?: string
Property Value
string
importedDateTime
Date and time in UTC when the update was imported.
importedDateTime: string
Property Value
string
installedCriteria
String interpreted by Device Update client to determine if the update is installed on the device. Deprecated in latest import manifest schema.
installedCriteria?: string
Property Value
string
instructions
isDeployable
Whether the update can be deployed to a device on its own.
isDeployable?: boolean
Property Value
boolean
manifestVersion
Schema version of manifest used to import the update.
manifestVersion: string
Property Value
string
referencedBy
List of update identities that reference this update.
referencedBy?: UpdateIdOutput[]
Property Value
scanResult
Update aggregate scan result (calculated from payload file scan results).
scanResult?: string
Property Value
string
updateId
updateType
Update type. Deprecated in latest import manifest schema.
updateType?: string
Property Value
string