Interface LesserOrEqualExpressionInternal

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

{a: {$lte: 4} }

Hierarchy

  • LesserOrEqualExpression

Properties

Properties

$lte: SimpleValue

Value to check against.

Generated using TypeDoc