Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Class SearchSortBase

    Inheritance
    object
    SearchSortBase
    FieldSearchSort
    GeoDistanceSearchSort
    IdSearchSort
    ScoreSearchSort
    Implements
    ISearchSort
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Search.Sort
    Assembly: Couchbase.NetClient.dll
    Syntax
    public abstract class SearchSortBase : ISearchSort

    Properties

    | Edit this page View Source

    By

    Declaration
    protected abstract string By { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Decending

    Declaration
    protected bool Decending { get; set; }
    Property Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    Export()

    Gets a JSON object representing this search sort.

    Declaration
    public virtual JObject Export()
    Returns
    Type Description
    JObject

    Implements

    ISearchSort
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.