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

SearchPagedIterable Class

public final class SearchPagedIterable
extends ContinuablePagedIterable<SearchContinuationToken,SearchResult,SearchPagedResponse>

Response type for search(SearchOptions options).

Methods inherited from IterableStream

Methods inherited from ContinuablePagedIterable

Methods inherited from java.lang.Object

Constructor Details

SearchPagedIterable

public SearchPagedIterable(Supplier<PageRetrieverSync<SearchContinuationToken,SearchPagedResponse>> pageRetrieverProvider)

Creates a new instance of SearchPagedIterable.

Parameters:

pageRetrieverProvider - The Supplier that returns the PageRetrieverSync<C,P> that iterates over the paged results of searching.

Applies to