BlobContainerGetTextAsync Method
Gets the contents of the Blob container as a string.
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
public Task<string> GetTextAsync(
string blobName
)
- blobName String
- The name of the blob to use
TaskString