MBrace.AWS


DynamoDBAtomProvider

Namespace: MBrace.AWS.Store

CloudAtom provider implementation on top of Amazon DynamoDB.

Instance members

Instance memberDescription
ClearTablesAsync(prefix)
Signature: (prefix:string option) -> Async<unit>

Clears all randomly named DynamoDB tables that match the given prefix.

TablePrefix
Signature: string

Table prefix used in random table name generation

CompiledName: get_TablePrefix

Static members

Static memberDescription
Create(...)
Signature: (region:AWSRegion * credentials:AWSCredentials * defaultTable:string option * tablePrefix:string option * provisionedThroughput:int64 option) -> DynamoDBAtomProvider

Creates an AWS DynamoDB-based atom provider that connects to provided DynamoDB table.

Fork me on GitHub