Click or drag to resize

DateRangeFacetResult Class

The result for a DateRangeFacet.
Inheritance Hierarchy
SystemObject
  Couchbase.SearchDefaultFacetResult
    Couchbase.SearchDateRangeFacetResult

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

The DateRangeFacetResult type exposes the following members.

Constructors
  NameDescription
Public methodDateRangeFacetResult
Initializes a new instance of the DateRangeFacetResult class
Top
Properties
  NameDescription
Public propertyDateRanges
Gets or sets the date ranges.
Public propertyFacetResultType
Gets the type of the facet result.
(Overrides DefaultFacetResultFacetResultType.)
Top
See Also