IVectorDocument<TVal> Interface
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
** BETA ** Represents a document containing a value and associated vector values.
public interface IVectorDocument<TVal>
Type Parameters
| TVal | The type of the value contained in the document. |
Properties
| Name | Description |
|---|---|
| Value | Gets the value contained in the document. |
| Vectors | Gets the vector values associated with the document. |