BlobContainerGetBytesAsync Method

Gets the contents of the Blob as a Byte array.

Definition

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9417.0
C#
public Task<byte[]> GetBytesAsync(
	string blobName,
	CancellationToken cancellationToken = default
)

Parameters

blobName  String
The name of the blob to use
cancellationToken  CancellationToken  (Optional)
A CancellationToken that can be used to cancel the operation.

Return Value

TaskByte

See Also