Binds variables for use in the specified expression, and returns the result of the expression.
The expression to evaluate.
Assignment block for the variables accessible in the in expression. To assign a variable, specify a string for the variable name and assign a valid expression for the value.
5.0
https://www.mongodb.com/docs/manual/reference/operator/aggregation/let/#mongodb-expression-exp.-let
Generated using TypeDoc
Binds variables for use in the specified expression, and returns the result of the expression.