tencentcloud-sdk-nodejs-dbbrain 4.1.130 → 4.1.133

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-dbbrain",
3
- "version": "4.1.130",
3
+ "version": "4.1.133",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5484,7 +5484,7 @@ export interface DescribeDiagDBInstancesRequest {
5484
5484
  */
5485
5485
  export interface SlowLogAgg {
5486
5486
  /**
5487
- * 命令模版。
5487
+ * 命令模板。
5488
5488
  */
5489
5489
  Cmd?: string;
5490
5490
  /**
@@ -5496,23 +5496,23 @@ export interface SlowLogAgg {
5496
5496
  */
5497
5497
  ExecTimes?: number;
5498
5498
  /**
5499
- * 总耗时。
5499
+ * 总耗时。单位:s
5500
5500
  */
5501
5501
  QueryTime?: number;
5502
5502
  /**
5503
- * 平均执行时间。
5503
+ * 平均执行时间。单位:s
5504
5504
  */
5505
5505
  QueryTimeAvg?: number;
5506
5506
  /**
5507
- * 最大执行时间。
5507
+ * 最大执行时间。单位:s
5508
5508
  */
5509
5509
  QueryTimeMax?: number;
5510
5510
  /**
5511
- * 最小执行时间。
5511
+ * 最小执行时间。单位:s
5512
5512
  */
5513
5513
  QueryTimeMin?: number;
5514
5514
  /**
5515
- * 总耗时占比
5515
+ * 总耗时占比。单位:%
5516
5516
  */
5517
5517
  QueryTimeRatio?: number;
5518
5518
  }