BlobContainerGetStreamAsync Method
Sends the contents of the Blob container to a
StreamNamespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
public Task GetStreamAsync(
string blobName,
Stream stream
)
- blobName String
- The name of the blob to use
- stream Stream
- The Stream to use
Task