Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Interface ISearchSort

Represents the search sort criteria.

Namespace: Couchbase.Search.Sort
Assembly: Couchbase.NetClient.dll
Syntax
public interface ISearchSort

Methods

View Source

Export()

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.")]
JObject Export()
Returns
Type Description
JObject
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.