- Notifications
You must be signed in to change notification settings - Fork1.1k
Open
Description
See:https://www.mongodb.com/docs/manual/core/bulk-write-operations/#mongo.bulkwrite--
TheBulkOperations interface itself does not define on which collection the operation is performed. So we could keep the interface exposed backing it with an collection agnostic implementation, or change the currentDefaultBulkOperations so that it handles the extended use case.