The model of the Datastore. T
must extend from Model
.
The datastore where the deletion operation takes place.
Identifiers of objects to delete.
The datastore where the operation takes place.
Same as run.
Add the identifier of a single object to the deletion list.
Identifier of an object to delete.
Returns this operation again, to make chaining methods possible.
Add an array of identifiers to the deletion list. Same as ids.
Array of identifiers to delete.
Returns this operation again, to make chaining methods possible.
Add an array of identifiers to the deletion list.
Array of identifiers to delete.
Returns this operation again, to make chaining methods possible.
Add a single item to the deletion list.
An item to delete.
Returns this operation again, to make chaining methods possible.
Add an array of items to the deletion list.
Array of items to delete.
Returns this operation again, to make chaining methods possible.
Runs the operation. Deletes all the objects from the list.
Generated using TypeDoc
This operation deletes a list of objects from the database.
Usage
See deleteBatched.