Class SearchSortBase
Inheritance
SearchSortBase
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
View Source
Decending
Declaration
protected bool Decending { get; set; }
Property Value
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
Implements