Class TermFacetResult
The result for a TermFacet.
Implements
Inherited Members
Namespace: Couchbase.Search
Assembly: Couchbase.NetClient.dll
Syntax
public class TermFacetResult : DefaultFacetResult, IFacetResult
Properties
| Edit this page View SourceFacetResultType
Gets the type of the facet result.
Declaration
[JsonProperty("facetResultType")]
public override FacetResultType FacetResultType { get; }
Property Value
Type | Description |
---|---|
FacetResultType | The type of the facet result. |
Overrides
| Edit this page View SourceTerms
Gets or sets the terms.
Declaration
[JsonProperty("terms")]
public IReadOnlyCollection<Term> Terms { get; set; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<Term> | The terms. |