bypassDocumentValidation

fun bypassDocumentValidation(bypassDocumentValidation: Boolean?): MapReduceFlow<T>

Sets the bypass document level validation flag.

Note: This only applies when an $out or $merge stage is specified.

Return

this

Parameters

bypassDocumentValidation

If true, allows the write to opt-out of document level validation.

See also