Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class NumericRange

Inheritance
object
NumericRange
Inherited Members
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 NumericRange

Constructors

View Source

NumericRange()

Declaration
public NumericRange()

Properties

View Source

Count

Gets or sets the count.

Declaration
public long Count { get; set; }
Property Value
Type Description
long

The count.

View Source

Max

Gets or sets the maximum value.

Declaration
public float Max { get; set; }
Property Value
Type Description
float

The maximum.

View Source

Min

Gets or sets the minimum value.

Declaration
public float Min { get; set; }
Property Value
Type Description
float

The minimum.

View Source

Name

Gets or sets the name.

Declaration
public string Name { get; set; }
Property Value
Type Description
string

The name.

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