Class Range<T>
Represents a range of values.
Inherited Members
Namespace: Couchbase.Search
Assembly: Couchbase.NetClient.dll
Syntax
public sealed class Range<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
| Edit this page View SourceEnd
Gets or sets the end value.
Declaration
public T End { get; set; }
Property Value
Type | Description |
---|---|
T | The end. |
Name
Gets or sets the name for the range.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name. |
Start
Gets or sets the start value.
Declaration
public T Start { get; set; }
Property Value
Type | Description |
---|---|
T | The start. |