Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class Range<T>

    Represents a range of values.

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

    Properties

    | Edit this page View Source

    End

    Gets or sets the end value.

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

    The end.

    | Edit this page View Source

    Name

    Gets or sets the name for the range.

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

    The name.

    | Edit this page View Source

    Start

    Gets or sets the start value.

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

    The start.

    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.