VectorSearchResults<TRecord> 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.
Contains the full list of search results for a vector search operation with metadata.
generic <typename TRecord>
public ref class VectorSearchResults
public class VectorSearchResults<TRecord>
type VectorSearchResults<'Record> = class
Public Class VectorSearchResults(Of TRecord)
Type Parameters
- TRecord
The record data model to use for retrieving data from the store.
- Inheritance
-
VectorSearchResults<TRecord>
Constructors
VectorSearchResults<TRecord>(IAsyncEnumerable<VectorSearchResult<TRecord>>) |
Contains the full list of search results for a vector search operation with metadata. |
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. |