filter

abstract fun filter(filter: Bson?): MapReduceFlow<TResult>

Sets the query filter to apply to the query.

Return

this

Parameters

filter

the filter to apply to the query.