Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class DateRangeFacetResult

The result for a DateRangeFacet.

Inheritance
object
DefaultFacetResult
DateRangeFacetResult
Implements
IFacetResult
Inherited Members
DefaultFacetResult.Name
DefaultFacetResult.Field
DefaultFacetResult.Total
DefaultFacetResult.Missing
DefaultFacetResult.Other
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Search
Assembly: Couchbase.NetClient.dll
Syntax
public class DateRangeFacetResult : DefaultFacetResult, IFacetResult

Constructors

View Source

DateRangeFacetResult()

Declaration
public DateRangeFacetResult()

Properties

View Source

DateRanges

Gets or sets the date ranges.

Declaration
[JsonProperty("dateRanges")]
[JsonPropertyName("dateRanges")]
public IReadOnlyCollection<DateRange> DateRanges { get; set; }
Property Value
Type Description
IReadOnlyCollection<DateRange>

The date ranges.

View Source

FacetResultType

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
DefaultFacetResult.FacetResultType

Implements

IFacetResult
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.