jsMode

fun jsMode(jsMode: Boolean): MapReduceFlow<T>

Sets the flag that specifies whether to convert intermediate data into BSON format between the execution of the map and reduce functions. Defaults to false.

Return

jsMode

Parameters

jsMode

the flag that specifies whether to convert intermediate data into BSON format between the execution of the map and reduce functions

See also