The name of the collection to validate.
AdminValidateDocumentsRequest
The name of the database that contains the collection to validate.
AdminValidateDocumentsRequest
The EJSON schema to validate sampled documents against.
AdminValidateDocumentsRequest
Optional
limitThe maximum number of documents to sample.
AdminValidateDocumentsRequest
Optional
queryA MongoDB query that matches documents in the collection. The result of running this query is the sample population. Use this to narrow the sample to a subset of documents in the collection.
AdminValidateDocumentsRequest
Optional
sortA MongoDB sort for the collection. Use this to determine which end of a range query to start sampling from.
AdminValidateDocumentsRequest
Generated using TypeDoc
Export
AdminValidateDocumentsRequest