 Declaration Syntax
 Declaration Syntax| C# | 
namespace Amazon.DynamoDB.DocumentModel
 Types
 Types| All Types | Classes | Enumerations | 
| Icon | Type | Description | 
|---|---|---|
|  | DeleteItemOperationConfig | 
            Configuration for the Table.DeleteItem operation
             | 
|  | Document | 
            A collection of attribute key-value pairs that defines
            an item in DynamoDB.
             | 
|  | DocumentBatchGet | 
            Class for retrieving a batch of Documents from a single DynamoDB table.
             | 
|  | DocumentBatchWrite | 
            Class for putting and/or deleting a batch of items in a single DynamoDB table.
             | 
|  | DynamoDBEntry | 
            Abstract class representing an arbitrary DynamoDB attribute value
             | 
|  | DynamoDBEntryType | 
            Enumerator describing type of DynamoDB data
             | 
|  | Filter | 
            Abstract filter class
             | 
|  | GetItemOperationConfig | 
            Configuration for the Table.GetItem operation
             | 
|  | MultiTableDocumentBatchGet | 
            Class for retrieving a batch of Documents from multiple DynamoDB tables.
             | 
|  | MultiTableDocumentBatchWrite | 
            Class for putting and/or deleting a batch of items in multiple DynamoDB tables.
             | 
|  | Primitive | 
            A DynamoDBEntry that represents a primitive DynamoDB type
             | 
|  | PrimitiveList | 
            A DynamoDBEntry that represents a primitive list DynamoDB type
             | 
|  | PutItemOperationConfig | 
            Configuration for the Table.PutItem operation
             | 
|  | QueryOperationConfig | 
            Configuration for the Table.Query operation
             | 
|  | QueryOperator | 
            An enumeration of all supported query operator directives
             | 
|  | RangeFilter | 
            Filter for use with range (query) searches
             | 
|  | ReturnValues | 
            An enumeration of all supported return value directives
             | 
|  | ScanFilter | 
            Filter for use with scan operations
             | 
|  | ScanOperationConfig | 
            Configuration for the Table.Scan operation
             | 
|  | ScanOperator | 
            An enumeration of all supported scan operator directives
             | 
|  | Search | 
            Search response object
             | 
|  | Table | |
|  | UpdateItemOperationConfig | 
            Configuration for the Table.UpdateItem operation
             |