BlobContainerGetStreamAsync Method
Sends the contents of the blob to a
Stream.
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9417.0
public Task GetStreamAsync(
string blobName,
Stream stream,
CancellationToken cancellationToken = default
)
- blobName String
- The name of the blob to use
- stream Stream
- The Stream to use
- cancellationToken CancellationToken (Optional)
- A CancellationToken that can be used to cancel the operation.
Task