The model of the Datastore. T
must extend from Model
.
The datastore where the operation takes place.
Identifier of an object to edit.
Object to edit.
Data fields to set on _item
.
Identifier of an object to edit. Same as _item.meta.id
Object to edit.
The datastore where the operation takes place.
Runs the editing operation. Same as run
Edits the item with the identifier passed as the argument.
Identifier of an object to edit.
Returns this operation again, to make chaining methods possible.
Edits the item passed as the argument.
Object to edit.
Returns this operation again, to make chaining methods possible.
Runs the editing operation.
Edits the item with the fields passed as the argument.
All of data
's fields are optional, and all non-null fields in _data
will
replace the corresponding fields in _item
.
Identifier of an object to edit.
Returns this operation again, to make chaining methods possible.
Generated using TypeDoc
This operation edits an object in the database.
Usage
See Datastore.edit.