MBrace.Azure


TableDictionaryProvider

Namespace: MBrace.Azure.Store

CloudDictionary provider implementation on top of Azure table store.

Static members

Static memberDescription
Create(connectionString)
Signature: connectionString:string -> TableDictionaryProvider

Creates a TableDirectionaryProvider instance using provided Azure storage connection string.

Create(account)
Signature: account:AzureStorageAccount -> TableDictionaryProvider

Creates a TableDirectionaryProvider instance using provided Azure storage account.

Fork me on GitHub