Click or drag to resize

TermFacetResult Class

The result for a TermFacet.
Inheritance Hierarchy
SystemObject
  Couchbase.SearchDefaultFacetResult
    Couchbase.SearchTermFacetResult

Namespace:  Couchbase.Search
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public class TermFacetResult : DefaultFacetResult

The TermFacetResult type exposes the following members.

Constructors
  NameDescription
Public methodTermFacetResult
Initializes a new instance of the TermFacetResult class
Top
Properties
  NameDescription
Public propertyFacetResultType
Gets the type of the facet result.
(Overrides DefaultFacetResultFacetResultType.)
Public propertyTerms
Gets or sets the terms.
Top
See Also