tencentcloud-sdk-nodejs-mongodb 4.1.25 → 4.1.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-mongodb",
3
- "version": "4.1.25",
3
+ "version": "4.1.34",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1193,6 +1193,7 @@ export interface ModifyDBInstanceSpecRequest {
1193
1193
  实例配置变更后 Oplog 的大小。
1194
1194
  - 单位:GB。
1195
1195
  - 默认 Oplog 占用容量为磁盘空间的10%。系统允许设置的 Oplog 容量范围为磁盘空间的[10%,90%]。
1196
+ * @deprecated
1196
1197
  */
1197
1198
  OplogSize?: number;
1198
1199
  /**