<PackageReference Include="Azure.Storage.Blobs" Version="12.28.0" />

Azure.Storage.Blobs.Models.BlobDownloadStreamingResult

The details and Content returned from downloading a blob.
public Stream Content { get; }

Content.

public BlobDownloadDetails Details { get; }

Details returned when downloading a Blob.

public bool ExpectTrailingDetails { get; }

Indicates some contents of Details are mixed into the response stream. They will not be set until Content has been fully consumed. These details will be extracted from the content stream by the library before the calling code can encounter them.

public void Dispose()

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