BlobContainerAddAsync(String, String, CancellationToken) Method
Uploads the contents of a file to the Blob container.
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9417.0
public Task<Uri> AddAsync(
string blobName,
string fileSpec,
CancellationToken cancellationToken = default
)
- 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.
TaskUri