你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ResultStatistics interface
搜索作业执行统计信息。
属性
ingested |
搜索作业返回的行数。 注意:此属性不会被序列化。 它只能由服务器填充。 |
progress | 搜索作业完成百分比。 注意:此属性不会被序列化。 它只能由服务器填充。 |
scanned |
搜索作业:扫描的数据量。 注意:此属性不会被序列化。 它只能由服务器填充。 |
属性详细信息
ingestedRecords
搜索作业返回的行数。 注意:此属性不会被序列化。 它只能由服务器填充。
ingestedRecords?: number
属性值
number
progress
搜索作业完成百分比。 注意:此属性不会被序列化。 它只能由服务器填充。
progress?: number
属性值
number
scannedGb
搜索作业:扫描的数据量。 注意:此属性不会被序列化。 它只能由服务器填充。
scannedGb?: number
属性值
number