
C# |
namespace Amazon.DynamoDBv2.DocumentModel

All Types | Classes | Enumerations |
Icon | Type | Description |
---|---|---|
![]() | ConditionalOperatorValues |
An enumeration of all supported ConditionalOperator values.
Value of And for an operation will require that all conditions match.
Value of Or for an operation will require that at least one of the conditons match.
|
![]() | 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
|
![]() | ExpectedState |
Expected state of an item in DynamoDB.
|
![]() | ExpectedValue |
Expected state of an attribute in DynamoDB.
Exists cannot be set at the same time as Comparison and Values.
|
![]() | Filter |
Filter for use with scan and query operations
|
![]() | GetItemOperationConfig |
Configuration for the Table.GetItem operation
|
![]() | KeyDescription | |
![]() | 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
|
![]() | QueryFilter |
Query filter.
|
![]() | QueryOperationConfig |
Configuration for the Table.Query operation
|
![]() | QueryOperator |
An enumeration of all supported query operator directives
|
![]() | ReturnValues |
An enumeration of all supported return value directives
|
![]() | ScanFilter |
Scan filter.
|
![]() | ScanOperationConfig |
Configuration for the Table.Scan operation
|
![]() | ScanOperator |
An enumeration of all supported scan operator directives
|
![]() | Search |
Search response object
|
![]() | SelectValues |
An enumeration of all supported Select values for Query and Scan.
Value of Count will force service to return the number of items,
not the items themselves.
|
![]() | Table | |
![]() | UpdateItemOperationConfig |
Configuration for the Table.UpdateItem operation
|