Packages

object MergeOptions extends Serializable

Options to control the behavior of the $merge aggregation stage

Since

2.7

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MergeOptions
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. 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).

  2. object WhenNotMatched

    The behavior of $merge if a result document does not match an existing document in the out collection.