Examples of using Deleteitem in English and their translations into French
{-}
-
Colloquial
-
Official
UpdateItem, DeleteItem, and BatchWriteItem.
The DeleteItem action deletes a single item in a table by primary key.
DynamoDB uses the DeleteItem operation to delete one item at a time.
A single BatchWriteItem operation can contain up to 25 PutItem or DeleteItem requests.
It does not provide some of the sophistication offered by PutItem and DeleteItem.
GetItem, and DeleteItem.
Similarly, BatchWriteItem invokes DeleteItem or PutItem, as appropriate,
you use a DeleteItem operation with a condition expression.
Call the deleteItem method by providing the key of the item you want to delete.
The PutItem and DeleteItem actions replace an entire item,
UpdateItem, and DeleteItem actions on a specific DynamoDB table.
For PutItem, UpdateItem, and DeleteItem operations, DynamoDB rounds the item size up to the next 1 KB.
In DynamoDB, you use the DeleteItem action to delete data from a table,
In addition to DeleteItem, Amazon DynamoDB supports a BatchWriteItem action for deleting multiple items at the same time.
For example, DeleteItem supports the ReturnValues field in your request body to request the deleted item in the response.
Unlike PutItem and DeleteItem, BatchWriteItem does not allow you to specify conditions on individual write requests in the operation.
The PutItem, UpdateItem, and DeleteItem operations let you provide a logical condition that must evaluate to true before the operation can proceed.
UpdateItem, or DeleteItem succeeds: The item is written only if the condition evaluates to true.
PutItem, UpdateItem, and DeleteItem allow conditional writes,
The PutItem, UpdateItem, and DeleteItem operations have a ReturnValues parameter that you can use to return the attribute values before