Interface AdminValidateDocumentsRequest

Export

AdminValidateDocumentsRequest

Hierarchy

  • AdminValidateDocumentsRequest

Properties

collection_name: any

The name of the collection to validate.

Memberof

AdminValidateDocumentsRequest

database_name: any

The name of the database that contains the collection to validate.

Memberof

AdminValidateDocumentsRequest

from_schema: any

The EJSON schema to validate sampled documents against.

Memberof

AdminValidateDocumentsRequest

limit?: any

The maximum number of documents to sample.

Memberof

AdminValidateDocumentsRequest

query?: any

A 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.

Memberof

AdminValidateDocumentsRequest

sort?: any

A MongoDB sort for the collection. Use this to determine which end of a range query to start sampling from.

Memberof

AdminValidateDocumentsRequest

Generated using TypeDoc