EntityGetInsightsParameters interface

The parameters required to execute insights operation on the given entity.

Properties

addDefaultExtendedTimeRange

Indicates if query time range should be extended with default time range of the query. Default value is false

endTime

The end timeline date, so the results returned are before this date.

insightQueryIds

List of Insights Query Id. If empty, default value is all insights of this entity

startTime

The start timeline date, so the results returned are after this date.

Property Details

addDefaultExtendedTimeRange

Indicates if query time range should be extended with default time range of the query. Default value is false

addDefaultExtendedTimeRange?: boolean

Property Value

boolean

endTime

The end timeline date, so the results returned are before this date.

endTime: Date

Property Value

Date

insightQueryIds

List of Insights Query Id. If empty, default value is all insights of this entity

insightQueryIds?: string[]

Property Value

string[]

startTime

The start timeline date, so the results returned are after this date.

startTime: Date

Property Value

Date