Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class RangeScan

    A range scan.

    Inheritance
    object
    ScanType
    RangeScan
    PrefixScan
    Implements
    IScanType
    Inherited Members
    ScanType.RangeScan(ScanTerm, ScanTerm)
    ScanType.PrefixScan(string)
    ScanType.SamplingScan(ulong)
    ScanType.SamplingScan(ulong, ulong)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.KeyValue.RangeScan
    Assembly: Couchbase.NetClient.dll
    Syntax
    [InterfaceStability(Level.Volatile)]
    public class RangeScan : ScanType, IScanType

    Constructors

    | Edit this page View Source

    RangeScan(ScanTerm, ScanTerm)

    Declaration
    public RangeScan(ScanTerm from = null, ScanTerm to = null)
    Parameters
    Type Name Description
    ScanTerm from
    ScanTerm to
    | Edit this page View Source

    RangeScan(ScanTerm, ScanTerm, string)

    Declaration
    public RangeScan(ScanTerm from, ScanTerm to, string collectionName)
    Parameters
    Type Name Description
    ScanTerm from
    ScanTerm to
    string collectionName
    | Edit this page View Source

    RangeScan(ScanTerm, string)

    Declaration
    public RangeScan(ScanTerm from, string collectionName)
    Parameters
    Type Name Description
    ScanTerm from
    string collectionName

    Properties

    | Edit this page View Source

    From

    The starting position of the scan.

    Declaration
    public ScanTerm From { get; set; }
    Property Value
    Type Description
    ScanTerm
    | Edit this page View Source

    To

    The final position of the scan.

    Declaration
    public ScanTerm To { get; set; }
    Property Value
    Type Description
    ScanTerm

    Implements

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