You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param pipeline - An array of {@link https://docs.mongodb.com/manual/reference/operator/aggregation-pipeline/|aggregation pipeline stages} through which to pass change stream documents. This allows for filtering (using $match) and manipulating the change stream documents.
1423
1423
* @param options - Optional settings for the command
Copy file name to clipboardExpand all lines: src/db.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -722,7 +722,7 @@ export class Db {
722
722
* @param pipeline - An array of {@link https://docs.mongodb.com/manual/reference/operator/aggregation-pipeline/|aggregation pipeline stages} through which to pass change stream documents. This allows for filtering (using $match) and manipulating the change stream documents.
723
723
* @param options - Optional settings for the command
Copy file name to clipboardExpand all lines: src/mongo_client.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -590,7 +590,7 @@ export class MongoClient extends TypedEventEmitter<MongoClientEvents> {
590
590
* @param pipeline - An array of {@link https://docs.mongodb.com/manual/reference/operator/aggregation-pipeline/|aggregation pipeline stages} through which to pass change stream documents. This allows for filtering (using $match) and manipulating the change stream documents.
591
591
* @param options - Optional settings for the command
0 commit comments