Couchbase .NET SDK | 3.7.2
Search Results for

    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.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Search
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class DateRangeFacetResult : DefaultFacetResult, IFacetResult

    Constructors

    | Edit this page View Source

    DateRangeFacetResult()

    Declaration
    public DateRangeFacetResult()

    Properties

    | Edit this page View Source

    DateRanges

    Gets or sets the date ranges.

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

    The date ranges.

    | Edit this page View Source

    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.

    Overrides
    DefaultFacetResult.FacetResultType

    Implements

    IFacetResult
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.