Class NumericRange
Inherited Members
Namespace: Couchbase.Search
Assembly: Couchbase.NetClient.dll
Syntax
public class NumericRange
Properties
| Edit this page View SourceCount
Gets or sets the count.
Declaration
public long Count { get; set; }
Property Value
Type | Description |
---|---|
long | The count. |
Max
Gets or sets the maximum value.
Declaration
public float Max { get; set; }
Property Value
Type | Description |
---|---|
float | The maximum. |
Min
Gets or sets the minimum value.
Declaration
public float Min { get; set; }
Property Value
Type | Description |
---|---|
float | The minimum. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name. |