| Class | Description |
|---|---|
| AutocompletePagedFlux |
Implementation of
PagedFluxBase where the element type is AutocompleteItem and the page type is
AutocompletePagedResponse. |
| AutocompletePagedIterable |
Implementation of
PagedIterableBase where the element type is AutocompleteItem and the page type is
AutocompletePagedResponse. |
| AutocompletePagedResponse |
This class represents a response from the autocomplete API.
|
| SearchPagedFlux |
Implementation of
ContinuablePagedFlux where the continuation token type is SearchRequest, the
element type is SearchResult, and the page type is SearchPagedResponse. |
| SearchPagedIterable |
Implementation of
ContinuablePagedIterable where the continuation token type is SearchRequest, the
element type is SearchResult, and the page type is SearchPagedResponse. |
| SearchPagedResponse |
Represents an HTTP response from the search API request that contains a list of items deserialized into a
Page. |
| SuggestPagedFlux |
Implementation of
PagedFluxBase where the element type is SuggestResult and the page type is SuggestPagedResponse. |
| SuggestPagedIterable |
Implementation of
PagedIterableBase where the element type is SuggestResult and the page type is
SuggestPagedResponse. |
| SuggestPagedResponse |
Represents an HTTP response from the suggest API request that contains a list of items deserialized into a
Page. |
Copyright © 2020 Microsoft Corporation. All rights reserved.