We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90bf527 commit 26abb5cCopy full SHA for 26abb5c
source/reference/command/validate.txt
@@ -185,7 +185,13 @@ Specify :ref:`full: true <cmd-validate-full>` for more detailed output.
185
186
.. data:: validate.nInvalidDocuments
187
188
- The number of invalid documents in the collection.
+ The number of invalid documents in the collection. Invalid documents
189
+ are those that are not readable, which means the :term:`BSON`
190
+ document is corrupt and has an error or a size mismatch.
191
+
192
+ Non-compliant documents are those that do not conform to the
193
+ collection's schema. Non-compliant documents are not counted as
194
+ invalid in :data:`~validate.nInvalidDocuments`.
195
196
.. data:: validate.nrecords
197
0 commit comments