We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9764334 commit 0601010Copy full SHA for 0601010
src/change_stream.ts
@@ -186,14 +186,13 @@ export interface ChangeStreamOptions extends AggregateOptions {
186
/**
187
* When enabled, configures the change stream to include extra change events.
188
*
189
- * - createIndex
190
- * - dropIndex
191
- * - collMod
+ * - createIndexes
+ * - dropIndexes
+ * - modify
192
* - create
193
* - shardCollection
194
* - reshardCollection
195
* - refineCollectionShardKey
196
- * - chunkMigrated
197
*/
198
showExpandedEvents?: boolean;
199
}
0 commit comments