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