Mongo.update_many
You're seeing just the function
update_many
, go back to Mongo module for more information.
Specs
update_many( GenServer.server(), collection(), BSON.document(), BSON.document(), Keyword.t() ) :: result(Mongo.UpdateResult.t())
Update all documents matching the filter.
Uses MongoDB update operators to specify the updates. For more information and all options please refer to the MongoDB documentation