Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Merge

Index

Properties

Properties

$merge: { into: string | { db: string; coll: string }; on?: string | string[]; let?: <internal>.Record<string, any>; whenMatched?: "replace" | "keepExisting" | "merge" | "fail" | (AddFields | Project | ReplaceRoot | ReplaceWith | Set | Unset)[]; whenNotMatched?: "fail" | "insert" | "discard" }

Type declaration

  • into: string | { db: string; coll: string }
  • Optional on?: string | string[]
  • Optional let?: <internal>.Record<string, any>
  • Optional whenMatched?: "replace" | "keepExisting" | "merge" | "fail" | (AddFields | Project | ReplaceRoot | ReplaceWith | Set | Unset)[]
  • Optional whenNotMatched?: "fail" | "insert" | "discard"

Generated using TypeDoc