Click or drag to resize

BlobContainerAdd(String, Byte, String) Method

Adds information to the Blob container with a designated content type.

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.0.8475.0
Syntax
C#
public Task<Uri> Add(
	string blobName,
	byte[] value,
	string contentType = "application/octet-stream"
)

Parameters

blobName  String
The name of the blob to use
value  Byte
The new contents of the blob identified by blobName
contentType  String  (Optional)
The MIME type you are inserting into the blob

Return Value

TaskUri
See Also