Namespace LambdaSharp.DynamoDB.Native.Operations
Interfaces
IDynamoTableBatchGetItems
Interface to specify the BatchGetItems operation with mixed record types.
IDynamoTableBatchGetItems<TRecord>
Interface to specify the BatchGetItems operation for a specific record type.
IDynamoTableBatchGetItemsGetItem<TRecord>
Interface to specify a typed GetItem operation for BatchGetItems with mixed record types.
IDynamoTableBatchWriteItems
Interface to specify the BatchWriteItems operation.
IDynamoTableBatchWriteItemsPutItem<TRecord>
Interface to specify a PutItem operation for BatchWriteItems.
IDynamoTableDeleteItem<TRecord>
Interface to specify a DeleteItem operation.
IDynamoTableGetItem<TRecord>
Interface to specify the GetItem operation.
IDynamoTablePutItem<TRecord>
Interface to specify a PutItem operation.
IDynamoTableQuery
Interface to specify Query operation with mixed record types.
IDynamoTableQuery<TRecord>
Interface to specify Query operation.
IDynamoTableTransactGetItems
Interface to specify the TransactGetItems operation with mixed record types.
IDynamoTableTransactGetItems<TRecord>
Interface to specify the TransactGetItems operation for a specific record type.
IDynamoTableTransactGetItemsBegin<TRecord>
Interface to specify a typed GetItem operation for TranactGetItems with mixed record types.
IDynamoTableTransactWriteItems
Interface to specify the TransactWriteItems operation.
IDynamoTableTransactWriteItemsConditionCheck<TRecord>
Interface to specify a ConditionCheck operation for TransactWriteItems.
IDynamoTableTransactWriteItemsDeleteItem<TRecord>
Interface to specify a DeleteItem operation for TransactWriteItems.
IDynamoTableTransactWriteItemsPutItem<TRecord>
Interface to specify a PutItem operation for TransactWriteItems.
IDynamoTableTransactWriteItemsUpdateItem<TRecord>
Interface to specify a UpdateItem operation for TransactWriteItems.
IDynamoTableUpdateItem<TRecord>
Interface to specify a UpdateItem operation.