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

{a: {$exists: true} }
interface ExistsExpression {
    $exists: boolean;
}

Properties

Properties

$exists: boolean

Flag to determine if a value exists or not.

Generated using TypeDoc