Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
KnowledgeBaseIterator type
- Package:
- @azure/search-documents
An iterator for listing the knowledge bases that exist in the Search service. Will make requests as needed during iteration. Use .byPage() to make one request to the server per iteration.
type KnowledgeBaseIterator = PagedAsyncIterableIterator<
KnowledgeBase,
KnowledgeBase[],
{}
>
