Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class Range<T>

Represents a range of values.

Inheritance
object
Range<T>
Inherited Members
object.GetType()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Search
Assembly: Couchbase.NetClient.dll
Syntax
public sealed class Range<T>
Type Parameters
Name Description
T

Constructors

View Source

Range()

Declaration
public Range()

Properties

View Source

End

Gets or sets the end value.

Declaration
public T End { get; set; }
Property Value
Type Description
T

The end.

View Source

Name

Gets or sets the name for the range.

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

The name.

View Source

Start

Gets or sets the start value.

Declaration
public T Start { get; set; }
Property Value
Type Description
T

The start.

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