BlobContainerAddAsync(String, Byte, String) Method
Adds information to the Blob container with a designated content type.
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
public Task<Uri> AddAsync(
string blobName,
byte[] value,
string contentType = "application/octet-stream"
)
- 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
TaskUri