Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImportManifestMetadata

Package version

Metadata describing the import manifest, a document which describes the files and other metadata about an update version.

Hierarchy

  • ImportManifestMetadata

Index

Properties

Properties

hashes

hashes: {}

A JSON object containing the hash(es) of the file. At least SHA256 hash is required. This object can be thought of as a set of key-value pairs where the key is the hash algorithm, and the value is the hash of the file calculated using that algorithm.

Type declaration

  • [propertyName: string]: string

sizeInBytes

sizeInBytes: number

File size in number of bytes.

url

url: string

Azure Blob location from which the import manifest can be downloaded by Device Update for IoT Hub. This is typically a read-only SAS-protected blob URL with an expiration set to at least 4 hours.

Generated using TypeDoc