• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ScheduleInfo
2
3
4## 概述
5
6调度信息。
7
8**Since:**
9
103.2
11
12**Version:**
13
141.0
15
16**相关模块:**
17
18[HdfUserAuth](_hdf_user_auth.md)
19
20
21## 汇总
22
23
24### Public 属性
25
26  | 名称 | 描述 |
27| -------- | -------- |
28| [scheduleId](#scheduleid) | unsigned&nbsp;long<br/>调度ID,用于标识一次操作请求的执行器调度过程。 |
29| [templateIds](#templateids) | unsigned&nbsp;long[]<br/>模版id列表。 |
30| [authType](#authtype) | enum&nbsp;[AuthType](_hdf_user_auth.md#authtype)<br/>用户认证凭据类型。 |
31| [executorMatcher](#executormatcher) | unsigned&nbsp;int<br/>执行器匹配器。 |
32| [scheduleMode](#schedulemode) | unsigned&nbsp;int<br/>调度模式,支持注册、认证和识别模式。 |
33| [executors](#executors) | struct&nbsp;[ExecutorInfo](_executor_info_userauth.md)[]<br/>执行器信息列表。 |
34
35
36## 类成员变量说明
37
38
39### authType
40
41
42```
43enum AuthType ScheduleInfo::authType
44```
45
46**描述:**
47
48用户认证凭据类型[AuthType](_hdf_user_auth.md#authtype)。
49
50
51### executorMatcher
52
53
54```
55unsigned int ScheduleInfo::executorMatcher
56```
57
58**描述:**
59
60执行器匹配器。
61
62
63### executors
64
65
66```
67struct ExecutorInfo [] ScheduleInfo::executors
68```
69
70**描述:**
71
72执行器信息列表[ExecutorInfo](_executor_info_userauth.md)。
73
74
75### scheduleId
76
77
78```
79unsigned long ScheduleInfo::scheduleId
80```
81
82**描述:**
83
84调度ID,用于标识一次操作请求的执行器调度过程。
85
86
87### scheduleMode
88
89
90```
91unsigned int ScheduleInfo::scheduleMode
92```
93
94**描述:**
95
96调度模式,支持注册、认证和识别模式。
97
98
99### templateIds
100
101
102```
103unsigned long [] ScheduleInfo::templateIds
104```
105
106**描述:**
107
108模版id列表。
109