BlobContainerGetStreamAsync Method

Sends the contents of the Blob container to a Stream

Definition

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
C#
public Task GetStreamAsync(
	string blobName,
	Stream stream
)

Parameters

blobName  String
The name of the blob to use
stream  Stream
The Stream to use

Return Value

Task

See Also