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