Details
-
Task
-
Resolution: Done
-
Major - P3
-
None
Description
By passing a new option bypassDocumentValidation, the following commands can bypass validation per operation:
- applyOps command
- clone command and db.cloneDatabase() method
- cloneCollection command and db.cloneCollection()
- copydb command and db.copyDatabase() method
- findAndModify command and db.collection.findAndModify() method
- mapReduce command and db.collection.mapReduce() method
- insert command
- update command
- $out for the aggregate command and db.collection.aggregate() method
Attachments
Issue Links
- documents
-
SERVER-18227 Document Validation
-
- Closed
-
- is related to
-
DOCS-9333 commands that write take a bypassDocumentValidation flag
-
- Closed
-
- related to
-
DOCS-6681 Sparse docs on bypassdocumentValidation + auth
-
- Closed
-