'$exists' operator expression. Tests for an attribute to exist or not exist, depending on the boolean flag given.

{a: {$exists: true} }

Hierarchy

  • ExistsExpression

Properties

Properties

$exists: boolean

Flag to determine if a value exists or not.

Generated using TypeDoc