Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class PrefixScan

    A PrefixScan

    Inheritance
    object
    ScanType
    RangeScan
    PrefixScan
    Implements
    IScanType
    Inherited Members
    RangeScan.From
    RangeScan.To
    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 PrefixScan : RangeScan, IScanType

    Constructors

    | Edit this page View Source

    PrefixScan(string)

    Declaration
    public PrefixScan(string prefix)
    Parameters
    Type Name Description
    string prefix

    Implements

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