Share via


UpdateOutput interface

Update metadata.

Properties

compatibility

List of update compatibility information.

createdDateTime

Date and time in UTC when the update was created.

description

Update description specified by creator.

etag

Update ETag.

friendlyName

Friendly update name specified by importer.

importedDateTime

Date and time in UTC when the update was imported.

installedCriteria

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.

isDeployable

Whether the update can be deployed to a device on its own.

manifestVersion

Schema version of manifest used to import the update.

referencedBy

List of update identities that reference this update.

scanResult

Update aggregate scan result (calculated from payload file scan results).

updateId

Update identity.

updateType

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

Update install instructions.

instructions?: InstructionsOutput

Property Value

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

Update identity.

updateId: UpdateIdOutput

Property Value

updateType

Update type. Deprecated in latest import manifest schema.

updateType?: string

Property Value

string