The $addFields aggregation stage processes documents in a pipeline.
The $addToSet operator is used for querying or updating documents.
The $all operator is used for querying or updating documents.
The $and operator is used for querying or updating documents.
The $count aggregation stage processes documents in a pipeline.
The $elemMatch operator is used for querying or updating documents.
The $eq operator is used for querying or updating documents.
The $exists operator is used for querying or updating documents.
The $expr operator is used for querying or updating documents.
The $facet aggregation stage processes documents in a pipeline.
The $group aggregation stage processes documents in a pipeline.
The $gt operator is used for querying or updating documents.
The $gte operator is used for querying or updating documents.
The $in operator is used for querying or updating documents.
The $inc operator is used for querying or updating documents.
The $limit aggregation stage processes documents in a pipeline.
The $lookup aggregation stage processes documents in a pipeline.
The $lt operator is used for querying or updating documents.
The $lte operator is used for querying or updating documents.
The $match aggregation stage processes documents in a pipeline.
The $max operator is used for querying or updating documents.
The $min operator is used for querying or updating documents.
The $mul operator is used for querying or updating documents.
The $ne operator is used for querying or updating documents.
The $nin operator is used for querying or updating documents.
The $nor operator is used for querying or updating documents.
The $not operator is used for querying or updating documents.
The $or operator is used for querying or updating documents.
The $pop operator is used for querying or updating documents.
The $project aggregation stage processes documents in a pipeline.
The $pull operator is used for querying or updating documents.
The $pullAll operator is used for querying or updating documents.
The $push operator is used for querying or updating documents.
The $regex operator is used for querying or updating documents.
The $rename operator is used for querying or updating documents.
The $replaceRoot aggregation stage processes documents in a pipeline.
The $set aggregation stage processes documents in a pipeline.
The $set operator is used for querying or updating documents.
The $size operator is used for querying or updating documents.
The $skip aggregation stage processes documents in a pipeline.
The $sort aggregation stage processes documents in a pipeline.
The $type operator is used for querying or updating documents.
The $unset operator is used for querying or updating documents.
The $unwind aggregation stage processes documents in a pipeline.
The aggregate() method is used to interact with collections in MongoDB.
Binary JSON. The format MongoDB uses to store documents.
A grouping of MongoDB documents. Equivalent to an RDBMS table.
The countDocuments() method is used to interact with collections in MongoDB.
The createIndex() method is used to interact with collections in MongoDB.
The deleteMany() method is used to interact with collections in MongoDB.
The deleteOne() method is used to interact with collections in MongoDB.
The distinct() method is used to interact with collections in MongoDB.
A record in a MongoDB collection and the basic unit of data.
The drop() method is used to interact with collections in MongoDB.
The dropIndex() method is used to interact with collections in MongoDB.
The estimatedDocumentCount() method is used to interact with collections in MongoDB.
The explain() method is used to interact with collections in MongoDB.
The find() method is used to interact with collections in MongoDB.
The findOne() method is used to interact with collections in MongoDB.
The insertMany() method is used to interact with collections in MongoDB.
The insertOne() method is used to interact with collections in MongoDB.
A 12-byte BSON type, used as the default _id field.
The replaceOne() method is used to interact with collections in MongoDB.
The updateMany() method is used to interact with collections in MongoDB.
The updateOne() method is used to interact with collections in MongoDB.
The watch() method is used to interact with collections in MongoDB.