你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EntityInsightItem interface

实体见解项。

属性

chartQueryResults

表见解查询的查询结果。

queryId

见解的查询 ID

queryTimeInterval

查询实际执行的时间间隔。

tableQueryResults

表见解查询的查询结果。

属性详细信息

chartQueryResults

表见解查询的查询结果。

chartQueryResults?: InsightsTableResult[]

属性值

queryId

见解的查询 ID

queryId?: string

属性值

string

queryTimeInterval

查询实际执行的时间间隔。

queryTimeInterval?: EntityInsightItemQueryTimeInterval

属性值

tableQueryResults

表见解查询的查询结果。

tableQueryResults?: InsightsTableResult

属性值