AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Settings for DynamoDBContext.

Inheritance Hierarchy

System.Object
  Amazon.Util.DynamoDBContextConfig

Namespace: Amazon.Util
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DynamoDBContextConfig : Object

The DynamoDBContextConfig type exposes the following members

Properties

NameTypeDescription
Public Property TableAliases System.Collections.Generic.Dictionary<System.String, System.String> A string-to-string dictionary (From-Table to To-Table) used by DynamoDBContext to use a different table from one that is configured for a type. Remapping is done before applying TableNamePrefix.
Public Property TableNamePrefix System.String Configures the default TableNamePrefix that the DynamoDBContext will use if not manually configured. TableNamePrefix is used after TableAliases have been applied.
Public Property TypeMappings System.Collections.Generic.Dictionary<System.Type, Amazon.Util.TypeMapping> A Type-to-TypeMapping (type to TypeMapping defining its DynamoDB conversion) used by DynamoDBContext to modify or configure a particular type.

Methods

NameDescription
Public Method AddAlias(TableAlias) Adds a TableAlias to the TableAliases property. An exception is thrown if there is already a TableAlias with the same FromTable configured.
Public Method AddMapping(TypeMapping) Adds a TypeMapping to the TypeMappings property. An exception is thrown if there is already a TypeMapping with the same Type configured.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8