Show / Hide Table of Contents

Class BlobDownloadResult

The details and Content returned from downloading a blob.

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

Properties

Content

Content.

Declaration
public BinaryData Content { get; }
Property Value
System.BinaryData

Details

Details returned when downloading a Blob

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

Back to top Azure SDK for .NET