database::modify_collection() is a database helper that wraps the "collMod" database command. No other official MongoDB drivers support a "collMod" helper, so we should consider deprecating it for ease of maintainability and cross-driver consistency.
The deprecations added in this ticket will be documentation-only deprecations. The work to add compiler warnings for the newly-deprecated methods will be completed under CXX-1056.
- is related to
-
CXX-1053 Add getters to options::create_collection/options::create_view/validation_criteria classes, make setters support chaining, deprecate to_document() methods
- Closed