Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EntityGetInsightsParameters

Package version

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

Hierarchy

  • EntityGetInsightsParameters

Index

Properties

Optional addDefaultExtendedTimeRange

addDefaultExtendedTimeRange: undefined | false | true

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

endTime

endTime: Date

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

Optional insightQueryIds

insightQueryIds: string[]

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

startTime

startTime: Date

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

Generated using TypeDoc