tencentcloud-sdk-nodejs-wedata 4.1.1 → 4.1.2
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
|
@@ -3569,6 +3569,30 @@ export interface RuleGroupExecStrategy {
|
|
|
3569
3569
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3570
3570
|
*/
|
|
3571
3571
|
DlcGroupName?: string;
|
|
3572
|
+
/**
|
|
3573
|
+
* 任务名称
|
|
3574
|
+
*/
|
|
3575
|
+
RuleGroupName?: string;
|
|
3576
|
+
/**
|
|
3577
|
+
* 数据库名称
|
|
3578
|
+
*/
|
|
3579
|
+
DatabaseName?: string;
|
|
3580
|
+
/**
|
|
3581
|
+
* schema名称
|
|
3582
|
+
*/
|
|
3583
|
+
SchemaName?: string;
|
|
3584
|
+
/**
|
|
3585
|
+
* 表名称
|
|
3586
|
+
*/
|
|
3587
|
+
TableName?: string;
|
|
3588
|
+
/**
|
|
3589
|
+
* 数据源id
|
|
3590
|
+
*/
|
|
3591
|
+
DatasourceId?: string;
|
|
3592
|
+
/**
|
|
3593
|
+
* 任务描述
|
|
3594
|
+
*/
|
|
3595
|
+
Description?: string;
|
|
3572
3596
|
}
|
|
3573
3597
|
/**
|
|
3574
3598
|
* ModifyWorkflowSchedule请求参数结构体
|
|
@@ -4691,6 +4715,10 @@ export interface ProdSchedulerTask {
|
|
|
4691
4715
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4692
4716
|
*/
|
|
4693
4717
|
CycleType?: number;
|
|
4718
|
+
/**
|
|
4719
|
+
* 生产任务类型
|
|
4720
|
+
*/
|
|
4721
|
+
TaskType?: string;
|
|
4694
4722
|
}
|
|
4695
4723
|
/**
|
|
4696
4724
|
* DeleteCustomFunction返回参数结构体
|
|
@@ -6836,6 +6864,35 @@ export interface RuleGroup {
|
|
|
6836
6864
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6837
6865
|
*/
|
|
6838
6866
|
ClusterDeployType?: string;
|
|
6867
|
+
/**
|
|
6868
|
+
* 任务名称
|
|
6869
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6870
|
+
*/
|
|
6871
|
+
Name?: string;
|
|
6872
|
+
/**
|
|
6873
|
+
* 执行详情
|
|
6874
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6875
|
+
*/
|
|
6876
|
+
ExecDetail?: string;
|
|
6877
|
+
/**
|
|
6878
|
+
* 事中关联任务数量
|
|
6879
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6880
|
+
*/
|
|
6881
|
+
PipelineTaskCount?: number;
|
|
6882
|
+
/**
|
|
6883
|
+
* 有效规则数
|
|
6884
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6885
|
+
*/
|
|
6886
|
+
EnableRuleCount?: number;
|
|
6887
|
+
/**
|
|
6888
|
+
* 任务描述
|
|
6889
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6890
|
+
*/
|
|
6891
|
+
Description?: string;
|
|
6892
|
+
/**
|
|
6893
|
+
* 监控创建人
|
|
6894
|
+
*/
|
|
6895
|
+
CreateUserName?: string;
|
|
6839
6896
|
}
|
|
6840
6897
|
/**
|
|
6841
6898
|
* DescribeTableQualityDetails请求参数结构体
|
|
@@ -18222,6 +18279,11 @@ export interface RuleGroupSubscribe {
|
|
|
18222
18279
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
18223
18280
|
*/
|
|
18224
18281
|
RuleName?: string;
|
|
18282
|
+
/**
|
|
18283
|
+
* 发送对象
|
|
18284
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
18285
|
+
*/
|
|
18286
|
+
AlarmMessageRule?: string;
|
|
18225
18287
|
}
|
|
18226
18288
|
/**
|
|
18227
18289
|
* RegisterEventListener请求参数结构体
|