InsightQueryItemProperties interface
Represents Insight Query.
- Extends
Properties
| additional |
The activity query definitions. |
| base |
The base query of the insight. |
| chart |
The insight chart query. |
| default |
The insight chart query. |
| description | The insight description. |
| display |
The insight display name. |
| reference |
The insight chart query. |
| table |
The insight table query. |
Inherited Properties
| data |
Data types for template |
| entities |
The query applied only to entities matching to all filters |
| input |
The type of the entity |
| required |
Data types for template |
Property Details
additionalQuery
The activity query definitions.
additionalQuery?: InsightQueryItemPropertiesAdditionalQuery
Property Value
baseQuery
The base query of the insight.
baseQuery?: string
Property Value
string
chartQuery
The insight chart query.
chartQuery?: Record<string, unknown>
Property Value
Record<string, unknown>
defaultTimeRange
The insight chart query.
defaultTimeRange?: InsightQueryItemPropertiesDefaultTimeRange
Property Value
description
The insight description.
description?: string
Property Value
string
displayName
The insight display name.
displayName?: string
Property Value
string
referenceTimeRange
The insight chart query.
referenceTimeRange?: InsightQueryItemPropertiesReferenceTimeRange
Property Value
tableQuery
The insight table query.
tableQuery?: InsightQueryItemPropertiesTableQuery
Property Value
Inherited Property Details
dataTypes
Data types for template
dataTypes?: EntityQueryItemPropertiesDataTypesItem[]
Property Value
Inherited From EntityQueryItemProperties.dataTypes
entitiesFilter
The query applied only to entities matching to all filters
entitiesFilter?: Record<string, unknown>
Property Value
Record<string, unknown>
Inherited From EntityQueryItemProperties.entitiesFilter
inputEntityType
The type of the entity
inputEntityType?: string
Property Value
string
Inherited From EntityQueryItemProperties.inputEntityType
requiredInputFieldsSets
Data types for template
requiredInputFieldsSets?: string[][]
Property Value
string[][]
Inherited From EntityQueryItemProperties.requiredInputFieldsSets