Click or drag to resize

BlobContainerAdd(String, String) Method

Uploads the contents of a file to the Blob container.

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.0.8475.0
Syntax
C#
public Task<Uri> Add(
	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