Share via


DownloadRegistryBlobStreamingResult Class

Definition

The result from downloading a blob from the registry.

public class DownloadRegistryBlobStreamingResult : IDisposable
type DownloadRegistryBlobStreamingResult = class
    interface IDisposable
Public Class DownloadRegistryBlobStreamingResult
Implements IDisposable
Inheritance
DownloadRegistryBlobStreamingResult
Implements

Properties

Content

The blob content.

Digest

The blob's digest, calculated by the registry.

Methods

Dispose()

Disposes the DownloadRegistryBlobStreamingResult by calling Dispose on the underlying Content stream.

Applies to