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

Azure.Storage.Blobs.Models.BlobDownloadInfo

The details and Content returned from downloading a blob
namespace Azure.Storage.Blobs.Models { public class BlobDownloadInfo : IDisposable, IDownloadedContent { public BlobType BlobType { get; } public long ContentLength { get; } public Stream Content { get; } public string ContentType { get; } public byte[] ContentHash { get; } public BlobDownloadDetails Details { get; } public void Dispose(); } }