Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Interface ISearchFacet

A ISearchFacet allows for aggregating information collected on a particular result set.

Namespace: Couchbase.Search
Assembly: Couchbase.NetClient.dll
Syntax
public interface ISearchFacet

Properties

View Source

Field

The field of the facet.

Declaration
string Field { get; set; }
Property Value
Type Description
string
View Source

Name

The name of the facet.

Declaration
string Name { get; set; }
Property Value
Type Description
string
View Source

Size

The limit for ??????

Declaration
int Size { get; set; }
Property Value
Type Description
int

Methods

View Source

ToJson()

Gets the JSON representation of this object.

Declaration
JProperty ToJson()
Returns
Type Description
JProperty
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.