Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class SearchSortBase

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

Constructors

View Source

SearchSortBase()

Declaration
protected SearchSortBase()

Properties

View Source

By

Declaration
protected abstract string By { get; }
Property Value
Type Description
string
View Source

Decending

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

Methods

View Source

Export()

Gets a JSON object representing this search sort.

Declaration
[RequiresUnreferencedCode("Couchbase FTS might require types that cannot be statically analyzed. Make sure all required types are preserved.")]
[RequiresDynamicCode("Couchbase FTS might require types that cannot be statically analyzed and might need runtime code generation. Do not use for native AOT applications.")]
public virtual JObject Export()
Returns
Type Description
JObject

Implements

ISearchSort
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.