Context object for using the DataModel mode of DynamoDB.
Used to interact with the service, save/load objects, etc.
Inheritance Hierarchy
Namespace: Amazon.DynamoDBv2.DataModel
Assembly: AWSSDK.dll
Version: 2.0.0.3
Syntax
public class DynamoDBContext : Object IDynamoDBContext
The DynamoDBContext type exposes the following members
Constructors
Name | Description | |
---|---|---|
![]() |
DynamoDBContext() | Constructs a DynamoDBContext object with a default AmazonDynamoDBClient client and a default DynamoDBContextConfig object for configuration. |
![]() |
DynamoDBContext(RegionEndpoint) | Constructs a DynamoDBContext object with a default AmazonDynamoDBClient client and a default DynamoDBContextConfig object for configuration. |
![]() |
DynamoDBContext(DynamoDBContextConfig) | Constructs a DynamoDBContext object with the specified configuration. Uses a default AmazonDynamoDBClient as the client. |
![]() |
DynamoDBContext(RegionEndpoint, DynamoDBContextConfig) | Constructs a DynamoDBContext object with the specified configuration. Uses a default AmazonDynamoDBClient as the client. |
![]() |
DynamoDBContext(IAmazonDynamoDB) | Constructs a DynamoDBContext object with the specified DynamoDB client. Uses default DynamoDBContextConfig object for configuration. |
![]() |
DynamoDBContext(IAmazonDynamoDB, DynamoDBContextConfig) | Constructs a DynamoDBContext object with the specified DynamoDB client and configuration. |
Methods
Version Information
.NET Framework:
Supported in: 4.5, 4.0, 3.5