Class DateRangeFacetResult
The result for a DateRangeFacet.
Implements
Inherited Members
Namespace: Couchbase.Search
Assembly: Couchbase.NetClient.dll
Syntax
public class DateRangeFacetResult : DefaultFacetResult, IFacetResult
Constructors
| Edit this page View SourceDateRangeFacetResult()
Declaration
public DateRangeFacetResult()
Properties
| Edit this page View SourceDateRanges
Gets or sets the date ranges.
Declaration
[JsonProperty("dateRanges")]
public IReadOnlyCollection<DateRange> DateRanges { get; set; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<DateRange> | The date ranges. |
FacetResultType
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. |