你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SearchResults interface
启动此表的搜索作业的参数。
属性
azure |
搜索结果表异步作 ID。注意:此属性不会序列化。 它只能由服务器填充。 |
description | 搜索作业说明。 |
end |
按 UTC 结束搜索的时间戳 |
limit | 将搜索作业限制为最多返回指定行数。 |
query | 搜索作业查询。 |
source |
搜索作业中使用的表。 注意:此属性不会序列化。 它只能由服务器填充。 |
start |
从 (UTC) 开始搜索的时间戳 |
属性详细信息
azureAsyncOperationId
搜索结果表异步作 ID。注意:此属性不会序列化。 它只能由服务器填充。
azureAsyncOperationId?: string
属性值
string
description
搜索作业说明。
description?: string
属性值
string
endSearchTime
按 UTC 结束搜索的时间戳
endSearchTime?: Date
属性值
Date
limit
将搜索作业限制为最多返回指定行数。
limit?: number
属性值
number
query
搜索作业查询。
query?: string
属性值
string
sourceTable
搜索作业中使用的表。 注意:此属性不会序列化。 它只能由服务器填充。
sourceTable?: string
属性值
string
startSearchTime
从 (UTC) 开始搜索的时间戳
startSearchTime?: Date
属性值
Date