BlobContainerGetBytesAsync Method
Gets the contents of the Blob container as a
Byte array.
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
public Task<byte[]> GetBytesAsync(
string blobName
)
- blobName String
- The name of the blob to use
TaskByte