AWS SDK Version 3 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.

Configurations for accessing DynamoDB

Inheritance Hierarchy

System.Object
  Amazon.AWSConfigsDynamoDB

Namespace: Amazon
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z

Syntax

C#
public static class AWSConfigsDynamoDB

The AWSConfigsDynamoDB type exposes the following members

Properties

NameTypeDescription
Public Property Static Property Context Amazon.Util.DynamoDBContextConfig

Settings for DynamoDBContext.

Public Property Static Property DynamoDBContextTableNamePrefix System.String

Configures the default TableNamePrefix that the DynamoDBContext will use if not manually configured. Changes to this setting will only take effect in newly-constructed instances of DynamoDBContextConfig and DynamoDBContext. The setting can be configured through App.config, for example:

<appSettings>
  <add key="AWS.DynamoDBContext.TableNamePrefix" value="Test-"/>
</appSettings>
            

Fields

NameTypeDescription
Field Static Field DynamoDBContextTableNamePrefixKey System.String

Key for the DynamoDBContextTableNamePrefix property. Amazon.AWSConfigsDynamoDB.DynamoDBContextTableNamePrefix

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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