struct Mongo::Bulk::UpdateMany
- Mongo::Bulk::UpdateMany
- Mongo::Bulk::WriteModel
- Struct
- Value
- Object
Overview
Update one or more documents.
Defined in:
cryomongo/bulk.crConstructors
Instance Method Summary
- #array_filters : Array(BSON)?
- #collation : Collation?
- #filter : BSON
- #hint : String | BSON | Nil
- #update : BSON | Array(BSON)
- #upsert : Bool?