-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Minor Change
The execute() method will take no write concern. Instead, the write concern is set on options::bulk_write and passed to collection::create_bulk_write. It's deliberately inconsistent with the CRUD API Spec but more consistent with the rest of the C++ API.
The C++ Driver has an established deprecation process, look to other deprecated methods for how this works.
- is depended on by
-
CXX-1558 Remove collection::bulk_write(bulk_write&)
- Closed