Class NumericRangeFacetResult
The result for a NumericRangeFacet.
Implements
Inherited Members
Namespace: Couchbase.Search
Assembly: Couchbase.NetClient.dll
Syntax
public class NumericRangeFacetResult : DefaultFacetResult, IFacetResult
Constructors
View SourceNumericRangeFacetResult()
Declaration
public NumericRangeFacetResult()
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 SourceNumericRanges
Gets or sets the numeric ranges.
Declaration
[JsonProperty("numericRanges")]
[JsonPropertyName("numericRanges")]
public IReadOnlyCollection<NumericRange> NumericRanges { get; set; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyCollection<NumericRange> | The numeric ranges. |