Azure Storage Type Provider


BlockBlobFile

Namespace: FSharp.Azure.StorageTypeProvider.Blob

Instance members

Instance memberDescription
AsCloudBlockBlob(connectionString)
Signature: (connectionString:string option) -> CloudBlockBlob

Gets a handle to the Azure SDK client for this blob.

Read(connectionString)
Signature: (connectionString:string option) -> string

Reads this file as a string.

ReadAsync(connectionString)
Signature: (connectionString:string option) -> Async<string>

Reads this file as a string asynchronously.

Fork me on GitHub