MBrace.Azure


BlobStore

Namespace: MBrace.Azure.Store

MBrace File Store implementation that uses Azure Blob Storage as backend.

Static members

Static memberDescription
Create(...)
Signature: (connectionString:string * defaultContainer:string option) -> BlobStore

Creates an Azure blob store based CloudFileStore instance that connects to provided connection string.

Create(account, defaultContainer)
Signature: (account:AzureStorageAccount * defaultContainer:string option) -> BlobStore

Creates an Azure blob store based CloudFileStore instance that connects to provided storage account.

Fork me on GitHub