NewsHigh
- Last UpdatedJun 09, 2023
- 2 minute read
This Azure function custom query returns the news events for the xtch algorithm. The custom query expression supports the following parameters:
|
Parameter Name |
Parameter Choice |
Example |
Description |
|---|---|---|---|
|
QueryName |
Required |
NewsHigh |
Azure function query name |
|
StartDateTime |
Optional |
"[RequestedStartTime]" |
Any valid UTC date time value. To leverage [RequestedStartTime] parameter for populating a time defining dimension, you must enable incremental update feature for the dimension. For more information, see Configure an incremental update for a dimension. |
|
EndDateTime |
Optional |
"[RequestedEndTime]" |
Any valid UTC date time value. To leverage [RequestedEndTime] parameter for populating a time defining dimension, you must enable incremental update feature for dimension. For more information, see Configure an incremental update for a dimension. |
The following properties are returned from the Azure function query for "NewsHigh".
Note: The fields with the prefix LP are the parameters exposed to the Insight News Feed component.
|
Property Name |
Datatype |
Description |
|---|---|---|
|
Score |
Double |
Score of the news story |
|
Algorithm |
String |
The algorithm to which the news story belongs |
|
DateTime |
DateTime |
The time after which the news anomaly is inserted into the endpoint. |
|
StartTime |
DateTime |
The start time (in UTC format) of the news events. |
|
EndTime |
DateTime |
The end time (in UTC format) of the news events. |
|
TimeOfOccurrence |
DateTime |
The time at which the news anomaly is detected. |
|
Source |
String |
Source of the news story |
|
FQN |
String |
The fully qualified name for the tag. A fully qualified name uses the format: datasource.tagname. |
|
LP_Tag |
String |
Tag name |
|
Units |
String |
The engineering units of the FQN |
|
TimeZone |
String |
The name of the timezone of the news story |
|
User |
String |
The system user |
|
TZ |
String |
Time zone offset of the news story |
|
Location |
String |
Location |
|
Author |
String |
Author of the news story |
|
Tenant |
String |
Name of the tenant of the news story |
|
ID |
String |
Globally unique identifier for the event. |