.NET Client Documentation
5.6.0
Search Results for

    Show / Hide Table of Contents

    VectorSearchOptions Class

    Namespace: Hazelcast.Models
    Assembly: Hazelcast.Net.dll

    Represents the options for performing a vector search.

    public class VectorSearchOptions
    Inheritance
    object
    VectorSearchOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()

    Constructors

    Name Description
    VectorSearchOptions(bool, bool, int, IDictionary<string, string>)

    Initializes a new instance of the VectorSearchOptions class with the specified options.

    Properties

    Name Description
    Hints

    Gets additional hints for the search.

    IncludeValue

    Gets a value indicating whether to include values in the search results.

    IncludeVectors

    Gets a value indicating whether to include vectors in the search results.

    Limit

    Gets the maximum number of results to return.

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