DownloadBlobResult interface

The result from downloading a blob from the registry.

Properties

content

The blob content.

digest

The blob's digest, calculated by the resgistry.

Property Details

content

The blob content.

content: ReadableStream

Property Value

ReadableStream

digest

The blob's digest, calculated by the resgistry.

digest: string

Property Value

string