SearchModelFactory.SearchResultsPage<T>(SearchResults<T>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of SearchResultsPage.
public static Azure.Search.Documents.Models.SearchResultsPage<T> SearchResultsPage<T> (Azure.Search.Documents.Models.SearchResults<T> results);
static member SearchResultsPage : Azure.Search.Documents.Models.SearchResults<'T> -> Azure.Search.Documents.Models.SearchResultsPage<'T>
Public Shared Function SearchResultsPage(Of T) (results As SearchResults(Of T)) As SearchResultsPage(Of T)
Type Parameters
- T
The .NET type that maps to the index schema. Instances of this type can be retrieved as documents from the index.
Parameters
- results
- SearchResults<T>
The search results for this page.
Returns
A new SearchResultsPage instance for mocking.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET