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.
Array of objects to push.
Add a single item to the list of items to push.
An item to push.
Returns this operation again, to make chaining methods possible.
Add an array of items to the list of items to push.
A list of items to push.
Returns this operation again, to make chaining methods possible.
Same as run
Returns the array of pushed items.
Runs the operation and pushes all items from the list.
Returns the array of pushed items.
Generated using TypeDoc
This operation pushes a list of objects to the database.
Usage
See Datastore.pushBatched.