bypassDocumentValidation

abstract fun bypassDocumentValidation(bypassDocumentValidation: Boolean?): AggregateFlow<TResult>

Sets the bypass document level validation flag.

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

Return

this

Since

1.2

Parameters

bypassDocumentValidation

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