Click or drag to resize

BlobContainerGetStream Method

Sends the contents of the Blob container to a Stream

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.0.8475.0
Syntax
C#
public void GetStream(
	string blobName,
	Stream stream
)

Parameters

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