The model of the Datastore. T
must extend from Model
.
The datastore where the deletion operation takes place.
The datastore where the operation takes place.
Object to push.
Sets the item to push into the database.
An item to push.
Returns this operation again, to make chaining methods possible.
Runs the operation and pushes the item.
Same as run
Returns the item with item.meta
field set.
Runs the operation and pushes the item.
Returns the item with item.meta
field set.
Generated using TypeDoc
This operation pushes an object to the database.
Usage
See Datastore.push.