你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SearchItemPaged 类
- 继承
-
SearchItemPaged
构造函数
SearchItemPaged(*args, **kwargs)
方法
by_page |
获取对象页的迭代器,而不是 对象的迭代器。 |
get_answers |
返回答案。 |
get_count |
如果为查询设置了 include_total_count ,则返回结果计数。 |
get_coverage |
如果为查询指定 了minimum_coverage ,则返回覆盖率百分比。 |
get_facets |
如果请求分面,则返回任何分面结果。 |
next |
by_page
获取对象页的迭代器,而不是 对象的迭代器。
by_page(continuation_token: str | None = None) -> Iterator[Iterator[ReturnType]]
参数
名称 | 说明 |
---|---|
continuation_token
|
不透明的继续标记。 可以从上一个生成器对象的continuation_token字段中检索此值。 如果指定,此生成器将从此点开始返回结果。 默认值: None
|
返回
类型 | 说明 |
---|---|
<xref:iterator>[<xref:iterator>[<xref:ReturnType>]]
|
页面迭代器 (对象迭代器本身) |
get_answers
返回答案。
get_answers() -> List[QueryAnswerResult] | None
返回
类型 | 说明 |
---|---|
answers |
get_count
get_coverage
get_facets
next
next() -> ReturnType