VectorDocument<TVal> Class
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents a document containing a value and associated vector values.
public class VectorDocument<TVal> : IVectorDocument<TVal>
Implements
IVectorDocument<TVal>
Inherited Members
Type Parameters
| TVal | The type of the value contained in the document. |
Constructors
| Name | Description |
|---|---|
| VectorDocument(TVal, VectorValues) | Initializes a new instance of the VectorDocument<TVal> class with the specified value and vector values. |
Properties
| Name | Description |
|---|---|
| Value | Gets the value contained in the document. |
| Vectors | Gets the vector values associated with the document. |
Methods
| Name | Description |
|---|---|
| Equals(object) | Determines whether the specified object is equal to the current object. |
| GetHashCode() | Serves as the default hash function. |
| Of(TVal, VectorValues) | Creates a new instance of the VectorDocument<TVal> class with the specified value and vector values. |
| ToString() | Returns a string that represents the current object. |