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

    Interface GreaterOrEqualInternal

    '$gte' operator expression. Tests for an attribute to be greater or equal to a given value.

    {a: {$gte: 4} }
    
    interface GreaterOrEqual {
        $gte: SimpleValue;
    }
    Index

    Properties

    Properties

    $gte: SimpleValue

    Value to check against.