Share via


KernelSearchResults<T> Class

Definition

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.

Applies to