Table of Contents

Class TableConfig

Namespace
Amazon.DynamoDBv2.DocumentModel
Assembly
AWSSDK.DynamoDBv2.dll

Configuration for the Table.PutItem operation

public class TableConfig
Inheritance
TableConfig
Inherited Members

Constructors

TableConfig(string)

Constructs TableConfig for a given table. Uses conversions schema AWSConfigs.DynamoDBConfig.ConversionSchema.

public TableConfig(string tableName)

Parameters

tableName string

Name of the table.

Properties

AttributesToStoreAsEpoch

List of DateTime attributes that should be converted to epoch seconds before they are stored in DynamoDB.

public List<string> AttributesToStoreAsEpoch { get; set; }

Property Value

List<string>

Conversion

Conversion to use for converting .NET values to DynamoDB values. Default is AWSConfigs.DynamoDBConfig.ConversionSchema.

public DynamoDBEntryConversion Conversion { get; set; }

Property Value

DynamoDBEntryConversion

TableName

Name of the table.

public string TableName { get; set; }

Property Value

string