KernelSearchResults<T> Class
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.
Represents the search results returned from a ITextSearch service.
public sealed class KernelSearchResults<T>
type KernelSearchResults<'T> = class
Public NotInheritable Class KernelSearchResults(Of T)
Type Parameters
- T
- Inheritance
-
KernelSearchResults<T>
Remarks
Initializes a new instance of the KernelSearchResults<T> class.
Constructors
| KernelSearchResults<T>(IAsyncEnumerable<T>, Nullable<Int64>, IReadOnlyDictionary<String,Object>) |
Represents the search results returned from a ITextSearch service. |
Properties
| Metadata |
The metadata associated with the content. |
| Results |
The search results. |
| TotalCount |
The total count of results found by the search operation, or null if the count was not requested or cannot be computed. |