let

fun let(variables: Bson?): FindFlow<T>

Add top-level variables to the operation. A null value means no variables are set.

Allows for improved command readability by separating the variables from the query text.

Return

this

Parameters

variables

for find operation