Configuration object for setting options on the DynamoDBContext.
and individual operations.
Namespace: Amazon.DynamoDB.DataModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DynamoDBContextConfig
Public Class DynamoDBContextConfig
public ref class DynamoDBContextConfig
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DynamoDBContextConfig()()()() | Initializes a new instance of the DynamoDBContextConfig class | |
| ConsistentRead |
Property that directs DynamoDBContext to use consistent reads.
If property is not set, behavior defaults to non-consistent reads.
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| SkipVersionCheck |
Property that directs DynamoDBContext to skip version checks
when saving or deleting an object with a version attribute.
If property is not set, version checks are performed.
| |
| TableNamePrefix |
Property that directs DynamoDBContext to prefix all table names
with a specific string.
If property is null or empty, no prefix is used and default
table names are used.
| |
| ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
Amazon.DynamoDB.DataModel..::..DynamoDBContextConfig
Amazon.DynamoDB.DataModel..::..DynamoDBOperationConfig
Amazon.DynamoDB.DataModel..::..DynamoDBContextConfig
Amazon.DynamoDB.DataModel..::..DynamoDBOperationConfig