IVectorSearchResult<TKey, TVal> Interface
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents the result of a vector search operation.
public interface IVectorSearchResult<TKey, TVal>
Type Parameters
| TKey | The type of the key associated with the search results. |
| TVal | The type of the value contained in the search results. |
Properties
| Name | Description |
|---|---|
| Results | Gets the search results. |
| Size | Gets the number of search results. |