• 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) | 调度ID,用于标识一次操作请求的执行器调度过程。 |
29| [templateIds](#templateids) | 模版ID列表。 |
30| [authType](#authtype) | 用户认证凭据类型。 |
31| [executorMatcher](#executormatcher) | 执行器匹配器。 |
32| [scheduleMode](#schedulemode) | 调度模式,支持注册、认证和识别模式。 |
33| [executors](#executors) | 执行器信息列表。 |
34
35
36## **类成员变量说明**
37
38
39### authType
40
41
42```
43enum AuthType ScheduleInfo::authType
44```
45
46**描述:**
47
48用户认证凭据类型。
49
50
51### executors
52
53
54```
55struct ExecutorInfo [] ScheduleInfo::executors
56```
57
58**描述:**
59
60执行器信息列表。
61
62
63### executorMatcher
64
65
66```
67unsigned int ScheduleInfo::executorMatcher
68```
69
70**描述:**
71
72执行器匹配器。
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