map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface NotExpressionInternal

    '$not' operator expression. Logically negates another expression.

    { $not: {a: {$eq: 1} } }
    
    interface NotExpression {
        $not: ComplexQueryExpression;
    }
    Index

    Properties

    Properties

    Expression to be negated.