tencentcloud-sdk-nodejs-sqlserver 4.1.44 → 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-sqlserver",
3
- "version": "4.1.44",
3
+ "version": "4.1.55",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -85,6 +85,10 @@ export interface DescribeDatabasesRequest {
85
85
  * 是否已开启TDE加密,enable-已加密,disable-未加密
86
86
  */
87
87
  Encryption?: string;
88
+ /**
89
+ * 排序字段(Name-按名称排序,CreateTime-按创建时间排序),默认CreateTime
90
+ */
91
+ OrderBy?: string;
88
92
  }
89
93
  /**
90
94
  * 跨地域备份的目标地域和备份状态
@@ -2877,6 +2881,10 @@ export interface DescribeDBsRequest {
2877
2881
  * 是否已开启TDE加密,enable-已加密,disable-未加密
2878
2882
  */
2879
2883
  Encryption?: string;
2884
+ /**
2885
+ * 排序字段(Name-按名称排序,CreateTime-按创建时间排序),默认CreateTime
2886
+ */
2887
+ OrderBy?: string;
2880
2888
  }
2881
2889
  /**
2882
2890
  * CompleteExpansion请求参数结构体
@@ -5256,9 +5264,13 @@ export interface DescribeBackupFilesRequest {
5256
5264
  */
5257
5265
  DatabaseName?: string;
5258
5266
  /**
5259
- * 列表项排序,目前只按照备份大小排序(desc-降序,asc-升序),默认desc
5267
+ * 列表项排序,desc-降序、asc-升序,按size排序默认desc,按database排序默认asc
5260
5268
  */
5261
5269
  OrderBy?: string;
5270
+ /**
5271
+ * 排序字段(Size-按备份大小排序,DBs-按数据库名称排序),默认size
5272
+ */
5273
+ OrderByType?: string;
5262
5274
  }
5263
5275
  /**
5264
5276
  * ModifyPublishSubscribe请求参数结构体