Interface ElementMatchExpressionInternal

'$elemMatch' operator expression. Only valid if an attribute has an array as value. Tests for at least one element in the array to fulfill the given expression.

{a:{$elemMatch: {name:{$eq: "x"}}}}

Hierarchy

  • ElementMatchExpression

Properties

Properties

$elemMatch: readonly ComplexQueryExpression[]

Expression to check against.

Generated using TypeDoc