Click or drag to resize

NumericRange Class

[Missing <summary> documentation for "T:Couchbase.Search.NumericRange"]

Inheritance Hierarchy
SystemObject
  Couchbase.SearchNumericRange

Namespace:  Couchbase.Search
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public class NumericRange

The NumericRange type exposes the following members.

Constructors
  NameDescription
Public methodNumericRange
Initializes a new instance of the NumericRange class
Top
Properties
  NameDescription
Public propertyCount
Gets or sets the count.
Public propertyMax
Gets or sets the maximum value.
Public propertyMin
Gets or sets the minimum value.
Public propertyName
Gets or sets the name.
Top
See Also