Type alias CollectionUpdateManyOptions

CollectionUpdateManyOptions: GenericUpdateManyOptions

Options for an updateMany command on a collection. * *

Field

upsert - If true, perform an insert if no documents match the filter. *

Field

timeout - The timeout override for this method * *

See

Collection.updateMany * *