-
Notifications
You must be signed in to change notification settings - Fork 11
/
EventBacklogStatus.yml
118 lines (118 loc) · 3.21 KB
/
EventBacklogStatus.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
### YamlMime:TSType
name: EventBacklogStatus
uid: azure-devops-extension-api.EventBacklogStatus
package: azure-devops-extension-api
summary: ''
fullName: EventBacklogStatus
remarks: ''
isDeprecated: false
type: interface
properties:
- name: captureTime
uid: azure-devops-extension-api.EventBacklogStatus.captureTime
package: azure-devops-extension-api
summary: ''
fullName: captureTime
remarks: ''
isDeprecated: false
syntax:
content: 'captureTime: Date'
return:
description: ''
type: Date
- name: jobId
uid: azure-devops-extension-api.EventBacklogStatus.jobId
package: azure-devops-extension-api
summary: ''
fullName: jobId
remarks: ''
isDeprecated: false
syntax:
content: 'jobId: string'
return:
description: ''
type: string
- name: lastEventBatchStartTime
uid: azure-devops-extension-api.EventBacklogStatus.lastEventBatchStartTime
package: azure-devops-extension-api
summary: ''
fullName: lastEventBatchStartTime
remarks: ''
isDeprecated: false
syntax:
content: 'lastEventBatchStartTime: Date'
return:
description: ''
type: Date
- name: lastEventProcessedTime
uid: azure-devops-extension-api.EventBacklogStatus.lastEventProcessedTime
package: azure-devops-extension-api
summary: ''
fullName: lastEventProcessedTime
remarks: ''
isDeprecated: false
syntax:
content: 'lastEventProcessedTime: Date'
return:
description: ''
type: Date
- name: lastJobBatchStartTime
uid: azure-devops-extension-api.EventBacklogStatus.lastJobBatchStartTime
package: azure-devops-extension-api
summary: ''
fullName: lastJobBatchStartTime
remarks: ''
isDeprecated: false
syntax:
content: 'lastJobBatchStartTime: Date'
return:
description: ''
type: Date
- name: lastJobProcessedTime
uid: azure-devops-extension-api.EventBacklogStatus.lastJobProcessedTime
package: azure-devops-extension-api
summary: ''
fullName: lastJobProcessedTime
remarks: ''
isDeprecated: false
syntax:
content: 'lastJobProcessedTime: Date'
return:
description: ''
type: Date
- name: oldestPendingEventTime
uid: azure-devops-extension-api.EventBacklogStatus.oldestPendingEventTime
package: azure-devops-extension-api
summary: ''
fullName: oldestPendingEventTime
remarks: ''
isDeprecated: false
syntax:
content: 'oldestPendingEventTime: Date'
return:
description: ''
type: Date
- name: publisher
uid: azure-devops-extension-api.EventBacklogStatus.publisher
package: azure-devops-extension-api
summary: ''
fullName: publisher
remarks: ''
isDeprecated: false
syntax:
content: 'publisher: string'
return:
description: ''
type: string
- name: unprocessedEvents
uid: azure-devops-extension-api.EventBacklogStatus.unprocessedEvents
package: azure-devops-extension-api
summary: ''
fullName: unprocessedEvents
remarks: ''
isDeprecated: false
syntax:
content: 'unprocessedEvents: number'
return:
description: ''
type: number