EntityInsightItem interface

Entity insight Item.

Properties

chartQueryResults

Query results for table insights query.

queryId

The query id of the insight

queryTimeInterval

The Time interval that the query actually executed on.

tableQueryResults

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