Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumMongoDBchange streamsSingle-choice MCQ

An aggregation pipeline is supplied to `watch()`. Which restriction applies to the stages you can use in a change stream pipeline?

db.coll.watch([ { $match: { operationType: "insert" } }, { $project: { fullDocument: 1 } } ]);