Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SetIsSubset

Index

Properties

Properties

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

Takes two arrays and returns true when the first array is a subset of the second, including when the first array equals the second array, and false otherwise.

see

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

Generated using TypeDoc