Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
Description
----------------------------
Original Description
Description:
No documentation summary in engineering ticket
Engineering Ticket Description:
In
SERVER-35893, we changed $out to accept new syntax in the form
$out: { mode: "insert" | "replace", dropTarget: true | false}After some discussion, we'd like to ban dropTarget: true with any mode other than mode: "insert". Therefore, we'd like to collapse dropTarget into another mode and rename them appropriately:
$out: { mode: "insertDocuments" | "replaceDocuments" | "replaceCollection"}Names subject to bikeshedding!
----------------------------
Description
Scope of changes (files that need work and how much)
Impact to other docs outside of this product
MVP (work and date?)
Resources (e.g. Scope Docs, Invision)
Attachments
Issue Links
- documents
-
SERVER-36286 Rename options for new $out
-
- Closed
-
- related to
-
DOCS-12028 New syntax for $out aggregation stage
-
- Closed
-