Click or drag to resize

BlobContainerGetText Method

Gets the contents of the Blob container as a string.

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.0.8475.0
Syntax
C#
public Task<string> GetText(
	string blobName
)

Parameters

blobName  String
The name of the blob to use

Return Value

TaskString
See Also