viewEventQueue
- Last UpdatedNov 13, 2017
- 1 minute read
This view returns a record-set of all requests that are currently in the Event Queue. Any events that have been processed is not returned.
|
Column |
Description |
|---|---|
|
Event Queue-Id |
The autogenerated Queue-ID |
|
DataItem |
The name of the Data Item (Dimension or Measure) |
|
DataItem Guid |
The Guid of the Data Item (Dimension or Measure) |
|
Event Start-time (UTC) |
The start date and time for the requested event |
|
Event End-time (UTC) |
The end date and time for the requested event. |
|
Comment |
Optional comment value. Runtime service may utilize this field when resetting event. |
|
Processing Status |
The current status of the event |
|
Event Queue TimeStamp |
The date and time when the event was added to the Queue |
|
Last Modified Time |
The last time that the row was modified by the runtime service. |
Example:
Select * from [dbo].[viewEventQueue]