EntityGetInsightsParameters interface
The parameters required to execute insights operation on the given entity.
Properties
add |
Indicates if query time range should be extended with default time range of the query. Default value is false |
end |
The end timeline date, so the results returned are before this date. |
insight |
List of Insights Query Id. If empty, default value is all insights of this entity |
start |
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
Azure SDK for JavaScript