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