tencentcloud-sdk-nodejs-dbbrain 4.1.38 → 4.1.55

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.38",
3
+ "version": "4.1.55",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -251,7 +251,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
251
251
  */
252
252
  ModifyAuditService(req: ModifyAuditServiceRequest, cb?: (error: string, rep: ModifyAuditServiceResponse) => void): Promise<ModifyAuditServiceResponse>;
253
253
  /**
254
- * 查询某张表的慢查模板概览
254
+ * 查询某张表的慢查模板概览,这个接口是对用户点击对应的推荐索引后,展示慢日志用的
255
255
  */
256
256
  DescribeIndexRecommendAggregationSlowLogs(req: DescribeIndexRecommendAggregationSlowLogsRequest, cb?: (error: string, rep: DescribeIndexRecommendAggregationSlowLogsResponse) => void): Promise<DescribeIndexRecommendAggregationSlowLogsResponse>;
257
257
  /**
@@ -395,7 +395,7 @@ class Client extends TencentCloudCommon.AbstractClient {
395
395
  return this.request("ModifyAuditService", req, cb);
396
396
  }
397
397
  /**
398
- * 查询某张表的慢查模板概览
398
+ * 查询某张表的慢查模板概览,这个接口是对用户点击对应的推荐索引后,展示慢日志用的
399
399
  */
400
400
  async DescribeIndexRecommendAggregationSlowLogs(req, cb) {
401
401
  return this.request("DescribeIndexRecommendAggregationSlowLogs", req, cb);
@@ -395,11 +395,11 @@ export interface DescribeIndexRecommendAggregationSlowLogsRequest {
395
395
  */
396
396
  Db: string;
397
397
  /**
398
- * 表明。
398
+ * 表名。
399
399
  */
400
400
  Collection: string;
401
401
  /**
402
- * 签名。
402
+ * 签名。这个值是DescribelndexRecommendInfo接口返回
403
403
  */
404
404
  Signs: Array<string>;
405
405
  }