Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-11943

Docs for SERVER-36286: Rename options for new $out

      ----------------------------

      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)

            Assignee:
            Unassigned Unassigned
            Reporter:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              5 years, 38 weeks ago