你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OperationalInsightsTableSearchResults 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
启动此表的搜索作业的参数。
public class OperationalInsightsTableSearchResults
type OperationalInsightsTableSearchResults = class
Public Class OperationalInsightsTableSearchResults
- 继承
-
OperationalInsightsTableSearchResults
构造函数
OperationalInsightsTableSearchResults() |
初始化 OperationalInsightsTableSearchResults 的新实例。 |
属性
AzureAsyncOperationId |
搜索结果表异步操作 ID。 |
Description |
搜索作业说明。 |
EndSearchOn |
(UTC) 结束搜索的时间戳。 |
Limit |
将搜索作业限制为最多返回指定的行数。 |
Query |
搜索作业查询。 |
SourceTable |
搜索作业中使用的表。 |
StartSearchOn |
从 UTC) (开始搜索的时间戳。 |