SearchContinuationToken Class
- java.
lang. Object - com.
azure. search. documents. models. SearchContinuationToken
- com.
Implements
public final class SearchContinuationToken
implements JsonSerializable<SearchContinuationToken>
Continuation token used when searching documents to iterate through REST API pages.
Constructor Summary
| Constructor | Description |
|---|---|
| SearchContinuationToken(SearchRequest nextPageParameters, SearchServiceVersion apiVersion) |
Creates a new SearchContinuationToken. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Search |
getApiVersion()
Gets the api |
|
Search |
getNextPageParameters()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
SearchContinuationToken
public SearchContinuationToken(SearchRequest nextPageParameters, SearchServiceVersion apiVersion)
Creates a new SearchContinuationToken.
Parameters:
Method Details
getApiVersion
public SearchServiceVersion getApiVersion()
Gets the apiVersion property: API version used when sending the query request. Must remain consistent for all requests in the paged operation.
Returns:
getNextPageParameters
public SearchRequest getNextPageParameters()
Get the nextPageParameters property: Continuation JSON payload returned when the query can't return all the requested results in a single response. You can use this JSON along with.
Returns: