TransferManager.DownloadAsync Method (CloudBlob, Stream)

 

Updated: January 5, 2017

Download an Azure blob from Azure Blob Storage.

Namespace:   Microsoft.WindowsAzure.Storage.DataMovement
Assembly:  Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)

public static Task DownloadAsync(
	CloudBlob sourceBlob,
	Stream destStream
)

Parameters

sourceBlob
Type: Microsoft.WindowsAzure.Storage.Blob.CloudBlob

The CloudBlob that is the source Azure blob.

destStream
Type: System.IO.Stream

A Stream object representing the destination stream.

Return Value

Type: System.Threading.Tasks.Task

A Task object that represents the asynchronous operation.

Return to top
Show: