UploadBlobResult interface

The result from uploading a blob to the registry.

Properties

digest

The digest of the uploaded blob.

sizeInBytes

The size of the uploaded blob in bytes.

Property Details

digest

The digest of the uploaded blob.

digest: string

Property Value

string

sizeInBytes

The size of the uploaded blob in bytes.

sizeInBytes: number

Property Value

number