Couchbase .NET SDK __CB_SDK_VERSION__

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

Constructors

View Source

NumericRangeFacetResult()

Declaration
public NumericRangeFacetResult()

Properties

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
View Source

NumericRanges

Gets or sets the numeric ranges.

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

The numeric ranges.

Implements

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