Join us Sept 17 at .local NYC! Use code WEB50 to save 50% on tickets. Learn more >
MongoDB Event
Docs Menu
Docs Home
/
Database Manual
/ / /

Data Type Query Predicate Operators

Data type query predicate operators return data based on field existence or data types.

Operator
Description

$exists

Matches documents that have the specified field.

Matches documents if a field is of the specified type.

Back

$nin