EntityInsightItem interface
Entity insight Item.
Properties
chart |
Query results for table insights query. |
query |
The query id of the insight |
query |
The Time interval that the query actually executed on. |
table |
Query results for table insights query. |
Property Details
chartQueryResults
Query results for table insights query.
chartQueryResults?: InsightsTableResult[]
Property Value
queryId
The query id of the insight
queryId?: string
Property Value
string
queryTimeInterval
The Time interval that the query actually executed on.
queryTimeInterval?: EntityInsightItemQueryTimeInterval
Property Value
tableQueryResults
Query results for table insights query.
tableQueryResults?: InsightsTableResult
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript