Class SearchSortBase
Inheritance
SearchSortBase
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
|
Edit this page
View Source
Decending
Declaration
protected bool Decending { get; set; }
Property Value
Methods
|
Edit this page
View Source
Export()
Gets a JSON object representing this search sort.
Declaration
public virtual JObject Export()
Returns
Implements