SearchPagedResponse Class
- java.
lang. Object - com.
azure. core. http. rest. PagedResponseBase<H,T> - com.
azure. search. documents. util. SearchPagedResponse
- com.
- com.
public final class SearchPagedResponse
extends PagedResponseBase<Void,SearchResult>
Represents an HTTP response from the search API request that contains a list of items deserialized into a Page. Each page contains additional information returned by the API request. In the Search API case the additional information is: count - number of total documents returned. Will be returned only if isIncludeTotalResultCount is set to true coverage - coverage value.
Constructor Summary
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Search |
getValue() |
Methods inherited from PagedResponseBase
Methods inherited from java.lang.Object
Constructor Details
SearchPagedResponse
public SearchPagedResponse(Response> response, String continuationToken, Map
Constructor
Parameters:
SearchPagedResponse
public SearchPagedResponse(Response> response, String continuationToken, Map
Constructor
Parameters:
Method Details
getValue
public List
Applies to
Azure SDK for Java