通过


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

KnowledgeSourceIterator type

一个用于列出搜索服务中存在的知识源的迭代器。 在迭代过程中会根据需要发出请求。 使用 .byPage() 每次迭代向服务器发出一个请求。

type KnowledgeSourceIterator = PagedAsyncIterableIterator<
  KnowledgeSource,
  KnowledgeSource[],
  {}
>