Projection Operators
This version of the documentation is archived and no longer
supported. View the current documentation to learn how to
upgrade your version of MongoDB.
Projection operators specify the fields returned by an operation.
Note
find()
operations on views do not support
the following projection
operators:
Note
For details on a specific operator, including syntax and examples, click on the link to the operator's reference page.
Name | Description |
---|---|
Projects the first element in an array that matches the query condition. | |
Projects the first element in an array that matches the specified $elemMatch condition. | |
Projects the available per-document metadata. | |
Limits the number of elements projected from an array. Supports skip and limit slices. |