Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Class VectorQueryOptions

    Inheritance
    object
    VectorQueryOptions
    Implements
    IEquatable<VectorQueryOptions>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Search.Queries.Vector
    Assembly: Couchbase.NetClient.dll
    Syntax
    [InterfaceStability(Level.Committed)]
    public sealed record VectorQueryOptions : IEquatable<VectorQueryOptions>

    Constructors

    | Edit this page View Source

    VectorQueryOptions(float?)

    Declaration
    public VectorQueryOptions(float? Boost = null)
    Parameters
    Type Name Description
    float? Boost

    Properties

    | Edit this page View Source

    Boost

    Declaration
    public float? Boost { get; init; }
    Property Value
    Type Description
    float?
    | Edit this page View Source

    NumCandidates

    Declaration
    public uint? NumCandidates { get; init; }
    Property Value
    Type Description
    uint?

    Methods

    | Edit this page View Source

    WithBoost(float)

    Declaration
    public VectorQueryOptions WithBoost(float boost)
    Parameters
    Type Name Description
    float boost
    Returns
    Type Description
    VectorQueryOptions
    | Edit this page View Source

    WithNumCandidates(uint)

    Declaration
    public VectorQueryOptions WithNumCandidates(uint numCandidates)
    Parameters
    Type Name Description
    uint numCandidates
    Returns
    Type Description
    VectorQueryOptions

    Implements

    IEquatable<T>
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.