multi property

bool multi
getter/setter pairinherited

If true, updates all documents that meet the query criteria. If false, limit the update to one document that meet the query criteria. Defaults to false.

Implementation

bool multi = false;