table of contents
MONGOC_BULKWRITEOPTS_SET_BYPASSDOCUMENTVALIDATION(3) | libmongoc | MONGOC_BULKWRITEOPTS_SET_BYPASSDOCUMENTVALIDATION(3) |
SYNOPSIS¶
void mongoc_bulkwriteopts_set_bypassdocumentvalidation (mongoc_bulkwriteopts_t *self, bool bypassdocumentvalidation);
DESCRIPTION¶
If bypassdocumentvalidation is true, allows the writes to opt out of document-level validation.
This option is only sent to the server if mongoc_bulkwriteopts_set_bypassdocumentvalidation() is called. The server's default value is false.
AUTHOR¶
MongoDB, Inc
COPYRIGHT¶
2009-present, MongoDB, Inc.
October 9, 2024 | 1.28.1 |