Add a single Document to put, using the specified config.
AddDocumentToUpdate(Document, Primitive, TransactWriteItemOperationConfig)Add a single Document to update, identified by its hash primary key, using the specified config.
AddDocumentToUpdate(Document, Primitive, Primitive, TransactWriteItemOperationConfig)Add a single Document to update, identified by its hash-and-range primary key, using the specified config.
AddDocumentToUpdate(Document, IDictionary<String, DynamoDBEntry>, TransactWriteItemOperationConfig)Add a single Document to update, identified by its key, using the specified config.
AddDocumentToUpdate(Document, TransactWriteItemOperationConfig)Add a single Document to update, using the specified config.
AddDocumentToUpdate(Primitive, Expression, TransactWriteItemOperationConfig)Add a single item to update, identified by its hash primary key, using the specified update expression and config.
AddDocumentToUpdate(Primitive, Primitive, Expression, TransactWriteItemOperationConfig)Add a single item to update, identified by its hash-and-range primary key, using the specified update expression and config.
AddDocumentToUpdate(IDictionary<String, DynamoDBEntry>, Expression, TransactWriteItemOperationConfig)Add a single item to update, identified by its key, using the specified update expression and config.
AddItemToConditionCheck(Document, Expression)Add a single item to condition check, identified by a Document object, using the specified condition expression.
AddItemToConditionCheck(Document, TransactWriteItemOperationConfig)Add a single item to condition check, identified by a Document object, using the specified config.
AddItemToDelete(Document, TransactWriteItemOperationConfig)Add a single item to delete, identified by a Document object, using the specified config.
AddKeyToConditionCheck(Primitive, Expression)Add a single item to condition check, identified by its hash primary key, using the specified condition expression.
AddKeyToConditionCheck(Primitive, TransactWriteItemOperationConfig)Add a single item to condition check, identified by its hash primary key, using the specified config.
AddKeyToConditionCheck(Primitive, Primitive, Expression)Add a single item to condition check, identified by its hash-and-range primary key, using the specified condition expression.
AddKeyToConditionCheck(Primitive, Primitive, TransactWriteItemOperationConfig)Add a single item to condition check, identified by its hash-and-range primary key, using the specified config.
AddKeyToConditionCheck(IDictionary<String, DynamoDBEntry>, Expression)Add a single item to condition check, identified by its key, using the specified condition expression.
AddKeyToConditionCheck(IDictionary<String, DynamoDBEntry>, TransactWriteItemOperationConfig)Add a single item to condition check, identified by its key, using the specified config.
AddKeyToDelete(Primitive, TransactWriteItemOperationConfig)Add a single item to delete, identified by its hash primary key, using the specified config.
AddKeyToDelete(Primitive, Primitive, TransactWriteItemOperationConfig)Add a single item to delete, identified by its hash-and-range primary key, using the specified config.
AddKeyToDelete(IDictionary<String, DynamoDBEntry>, TransactWriteItemOperationConfig)Add a single item to delete, identified by its key, using the specified config.
Combine(DocumentTransactWrite)Creates a MultiTableDocumentTransactWrite object that is a combination of the current DocumentTransactWrite and the specified DocumentTransactWrite.
Execute()Executes a server call to condition-check/put/update/delete the items specified in a transaction.
ExecuteAsync(CancellationToken)Executes a server call to condition-check/put/update/delete the items specified in a transaction.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4