Azure.Storage.Blobs.Models.BlobDownloadStreamingResult
The details and Content returned from downloading a blob.
Content.
Details returned when downloading a Blob.
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.
Disposes the BlobDownloadStreamingResult by calling Dispose on the underlying Content stream.