tencentcloud-sdk-nodejs-dlc 4.1.203 → 4.1.207
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
|
@@ -5275,7 +5275,7 @@ export interface TaskFullRespInfo {
|
|
|
5275
5275
|
*/
|
|
5276
5276
|
export interface DeleteDataEngineRequest {
|
|
5277
5277
|
/**
|
|
5278
|
-
*
|
|
5278
|
+
* <p>删除虚拟集群的名称数组</p>
|
|
5279
5279
|
*/
|
|
5280
5280
|
DataEngineNames: Array<string>;
|
|
5281
5281
|
}
|
|
@@ -11852,13 +11852,17 @@ export interface WrittenAdvancePolicy {
|
|
|
11852
11852
|
*/
|
|
11853
11853
|
export interface Filter {
|
|
11854
11854
|
/**
|
|
11855
|
-
*
|
|
11855
|
+
* 筛选字段名,对应实体属性名(驼峰命名)
|
|
11856
11856
|
*/
|
|
11857
|
-
Name
|
|
11857
|
+
Name?: string;
|
|
11858
|
+
/**
|
|
11859
|
+
* 筛选操作符:EQ/NE/GT/GE/LT/LE/LIKE/IN,默认EQ
|
|
11860
|
+
*/
|
|
11861
|
+
Operator?: string;
|
|
11858
11862
|
/**
|
|
11859
|
-
*
|
|
11863
|
+
* 筛选值列表,EQ/NE/GT/GE/LT/LE/LIKE取第一个值,IN使用完整列表
|
|
11860
11864
|
*/
|
|
11861
|
-
Values
|
|
11865
|
+
Values?: Array<string>;
|
|
11862
11866
|
}
|
|
11863
11867
|
/**
|
|
11864
11868
|
* DescribeLakeFsDirSummary返回参数结构体
|