Configuration object for setting options for individual operations. This will override any settings specified by the DynamoDBContext's DynamoDBContextConfig object.

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 DynamoDBOperationConfig : DynamoDBContextConfig
Public Class DynamoDBOperationConfig _
	Inherits DynamoDBContextConfig
public ref class DynamoDBOperationConfig : public DynamoDBContextConfig

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DynamoDBOperationConfig()()()()
Initializes a new instance of the DynamoDBOperationConfig class
ConsistentRead
Property that directs DynamoDBContext to use consistent reads. If property is not set, behavior defaults to non-consistent reads.
(Inherited from DynamoDBContextConfig.)
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.)
OverrideTableName
Property that indicates the table to save an object to overriding the DynamoDBTable attribute declared for the type.
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.
(Inherited from DynamoDBContextConfig.)
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.
(Inherited from DynamoDBContextConfig.)
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