Delete
interface Delete
The Delete clause may be used to remove elements from sets. See the low-level DynamoDB documentation for more details on the underlying features and capabilities.
Set values may be removed by using the -= operator (or the minusAssign method):
delete {
attr["foo"] -= setOf(42) // Removes the element `42` from attribute `foo`
}Content copied to clipboard
Properties
Functions
Link copied to clipboard
Adds an update instruction to remove the given value from this set