BlobContainerAddAsync(String, String, CancellationToken) Method

Uploads the contents of a file to the Blob container.

Definition

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9417.0
C#
public Task<Uri> AddAsync(
	string blobName,
	string fileSpec,
	CancellationToken cancellationToken = default
)

Parameters

blobName  String
The name of the blob to use
fileSpec  String
The path and filename of the data to upload.
cancellationToken  CancellationToken  (Optional)
A CancellationToken that can be used to cancel the operation.

Return Value

TaskUri

See Also