Microsoft
AZ-220 · Question #109
You have an Azure subscription that contains an Azure Time Series Insights environment. The environment has the properties shown in the following table. You need to create a D. Which two time series…
The correct answer is A. $event.p1.String = 'abc' C. $event['p1'] != NULL. Example: $event['p1'] != NULL ['p1'] is the only token used. Interpreted as $event['p1'].Double != NULL https://docs.microsoft.com/en-us/rest/api/time-series-insights/reference-time-series-expression-
Process and manage data
Question
You have an Azure subscription that contains an Azure Time Series Insights environment. The environment has the properties shown in the following table. You need to create a D. Which two time series expressions can be correctly used as part of the query? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
Options
- A$event.p1.String = 'abc'
- B$event.p2 = 'abc'
- C$event['p1'] != NULL
- D$event.p4.p5 = 0.0
How the community answered
(48 responses)- A73% (35)
- B6% (3)
- D21% (10)
Explanation
Example: $event['p1'] != NULL ['p1'] is the only token used. Interpreted as $event['p1'].Double != NULL https://docs.microsoft.com/en-us/rest/api/time-series-insights/reference-time-series-expression-
Topics
#Time Series Insights#TSX query syntax#time series expressions#property types
Community Discussion
No community discussion yet for this question.