TableAtomProvider
Namespace: MBrace.Azure.Store
CloudAtom provider implementation on top of Azure table store.
Static members
Static member | Description |
Create(connectionString, defaultTable)
Signature: (connectionString:string * defaultTable:string option) -> TableAtomProvider
|
Creates an Azure table store based atom provider that connects to storage account with provided connection sting. |
Create(account, defaultTable)
Signature: (account:AzureStorageAccount * defaultTable:string option) -> TableAtomProvider
|
Creates an Azure table store based atom provider that connects to provided storage account instance. |