BlobContainerAddAsync(String, String) 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.9017.0
C#
public Task<Uri> AddAsync(
	string blobName,
	string fileSpec
)

Parameters

blobName  String
The name of the blob to use
fileSpec  String
The path and filename of the data to upload.

Return Value

TaskUri

See Also