Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SetDifference

Index

Properties

Properties

$setDifference: [ArrayExpression<any>, ArrayExpression<any>]

Takes two sets and returns an array containing the elements that only exist in the first set; i.e. performs a relative complement of the second set relative to the first.

see

https://docs.mongodb.com/manual/reference/operator/aggregation/setDifference/#mongodb-expression-exp.-setDifference

Generated using TypeDoc