<update> ( collection selector object -- mdb-update-msg )


Vocabulary
mongodb.driver

Inputs
collectioncollection to update
selectorselector assoc (selects which object(s) to update
objectupdated object or update instruction


Outputs
mdb-update-msgmdb-update-msg instance


Word description
Creates an update message for the object(s) identified by the given selector.MongoDB supports full object updates as well as partial update modifiers such as $set, $inc or $pushFor more information see: https://www.mongodb.org/display/DOCS/Updates

Definition