Configuration object for setting options on the DynamoDBContext. and individual operations.

Namespace: Amazon.DynamoDB.DataModel
Assembly: 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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Amazon.DynamoDB.DataModel..::..DynamoDBContextConfig
    Amazon.DynamoDB.DataModel..::..DynamoDBOperationConfig

See Also