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

    Interface GreaterExpressionInternal

    '$gt' operator expression. Tests for an attribute to be greater than a given value.

    {a: {$gt: 4} }
    
    interface GreaterExpression {
        $gt: SimpleValue;
    }
    Index

    Properties

    Properties

    $gt: SimpleValue

    Value to check against.