Azure.Storage.Blobs.Models.BlobDownloadInfo
The details and Content returned from downloading a blob
The blob's type.
Content
If the blob has an MD5 hash and this operation is to read the full blob, this response header is returned so that the client can check for message content integrity.
The number of bytes present in the response body.
The media type of the body of the response. For Download Blob this is 'application/octet-stream'
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 BlobDownloadInfo by calling Dispose on the underlying Content stream.