Click or drag to resize

NumericRangeFacetResult Class

The result for a NumericRangeFacet.
Inheritance Hierarchy
SystemObject
  Couchbase.SearchDefaultFacetResult
    Couchbase.SearchNumericRangeFacetResult

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

The NumericRangeFacetResult type exposes the following members.

Constructors
  NameDescription
Public methodNumericRangeFacetResult
Initializes a new instance of the NumericRangeFacetResult class
Top
Properties
  NameDescription
Public propertyFacetResultType
Gets the type of the facet result.
(Overrides DefaultFacetResultFacetResultType.)
Public propertyNumericRanges
Gets or sets the numeric ranges.
Top
See Also