InsightQueryItemProperties interface

Represents Insight Query.

Extends

Properties

additionalQuery

The activity query definitions.

baseQuery

The base query of the insight.

chartQuery

The insight chart query.

defaultTimeRange

The insight chart query.

description

The insight description.

displayName

The insight display name.

referenceTimeRange

The insight chart query.

tableQuery

The insight table query.

Inherited Properties

dataTypes

Data types for template

entitiesFilter

The query applied only to entities matching to all filters

inputEntityType

The type of the entity

requiredInputFieldsSets

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