remove_record
Delete a record from the database and returned its removed values, in a single database operation.
#
ParametersProperty name | Required | Accepted types | Default | Description |
---|---|---|---|---|
indexes_keys_selectors | YES | dict | - | The key's 'todo: finish writing that' |
data_validation | NO | bool | True | Whether data validation from your table model should be applied on the retrieved data. |
#
AvailabilityTable | Available |
---|---|
DynamoDBBasicTable | ✅ |
DynamoDBCachingTable | ✅ |
ExternalDynamoDBApiBasicTable | ✅ |
ExternalDynamoDBApiCachingTable | ✅ |
#
Example :todo