MBrace.AWS


DynamoDBDictionaryProvider

Namespace: MBrace.AWS.Store

CloudDictionary provider implementation on top of AWS table store.

Instance members

Instance memberDescription
DeleteTableAsync()
Signature: unit -> Async<unit>

Static members

Static memberDescription
Create(region, credentials, tableName)
Signature: (region:AWSRegion * credentials:AWSCredentials * tableName:string option) -> DynamoDBDictionaryProvider

Creates a TableDirectionaryProvider instance using provided AWS storage account.

Fork me on GitHub