DynamoDBAtomProvider
Namespace: MBrace.AWS.Store
CloudAtom provider implementation on top of Amazon DynamoDB.
Instance members
Instance member | Description |
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: |
Static members
Static member | Description |
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. |