object WhenMatched
The behavior of $merge
if a result document and an existing document in the collection have the same value for the specified on
field(s).
- Alphabetic
- By Inheritance
- WhenMatched
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- val FAIL: WhenMatched
Stop and fail the aggregation operation.
Stop and fail the aggregation operation. Any changes to the output collection from previous documents are not reverted.
- val KEEP_EXISTING: WhenMatched
Keep the existing document in the output collection.
- val MERGE: WhenMatched
Merge the matching documents
- val PIPELINE: WhenMatched
An aggregation pipeline to update the document in the collection.
An aggregation pipeline to update the document in the collection.
- See also
#whenMatchedPipeline(List)
- val REPLACE: WhenMatched
Replace the existing document in the output collection with the matching results document.
This is the documentation for the MongoDB Scala driver.
Driver structure
The mongodb scala driver.
To get started you need a MongoClient instance, either from a connection string or via a org.mongodb.scala.MongoClientSettings.
Notable packages include: