Show / Hide Table of Contents

Class BlobDownloadStreamingResult

The details and Content returned from downloading a blob.

Inheritance
System.Object
BlobDownloadStreamingResult
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
public class BlobDownloadStreamingResult : IDisposable

Properties

Content

Content.

Declaration
public System.IO.Stream Content { get; }
Property Value
System.IO.Stream

Details

Details returned when downloading a Blob.

Declaration
public Azure.Storage.Blobs.Models.BlobDownloadDetails Details { get; }
Property Value
BlobDownloadDetails

Methods

Dispose()

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

Declaration
public void Dispose ();
Back to top Azure SDK for .NET