.NET Client Documentation
5.6.0
Search Results for

    Show / Hide Table of Contents

    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>
    Inheritance
    object
    VectorDocument<TVal>
    Implements
    IVectorDocument<TVal>
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    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.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.