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

LogsQuerySuccessfulResult interface

日志查询工作区和查询批处理作的成功方案的结果类型。

属性

statistics

以 JSON 格式表示的统计信息。

status

指示查询成功

tables

从查询填充的结果。

visualization

JSON 格式的可视化数据。

属性详细信息

statistics

以 JSON 格式表示的统计信息。

statistics?: Record<string, unknown>

属性值

Record<string, unknown>

status

指示查询成功

status: Success

属性值

tables

从查询填充的结果。

tables: LogsTable[]

属性值

visualization

JSON 格式的可视化数据。

visualization?: Record<string, unknown>

属性值

Record<string, unknown>