We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7dfbb commit f9f0980Copy full SHA for f9f0980
src/operations/stats.ts
@@ -138,8 +138,7 @@ export interface CollStats extends Document {
138
139
/**
140
* @public
141
- * @deprecated the `collStats` operation will be removed in the next major release. Please
142
- * use an aggregation pipeline with the [`$collStats`](https://www.mongodb.com/docs/manual/reference/operator/aggregation/collStats/) stage instead
+ * @deprecated This type is only used for the deprecated `collStats` operation and will be removed in the next major release.
143
*/
144
export interface WiredTigerData extends Document {
145
LSM: {
0 commit comments