Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class NumericRangeFacetResult

    The result for a NumericRangeFacet.

    Inheritance
    object
    DefaultFacetResult
    NumericRangeFacetResult
    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 NumericRangeFacetResult : DefaultFacetResult, IFacetResult

    Constructors

    | Edit this page View Source

    NumericRangeFacetResult()

    Declaration
    public NumericRangeFacetResult()

    Properties

    | 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
    | Edit this page View Source

    NumericRanges

    Gets or sets the numeric ranges.

    Declaration
    [JsonProperty("numericRanges")]
    public IReadOnlyCollection<NumericRange> NumericRanges { get; set; }
    Property Value
    Type Description
    IReadOnlyCollection<NumericRange>

    The numeric ranges.

    Implements

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