Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class SamplingScan

    A random sampling scan

    Inheritance
    object
    ScanType
    SamplingScan
    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 SamplingScan : ScanType, IScanType

    Constructors

    | Edit this page View Source

    SamplingScan(ulong)

    Declaration
    public SamplingScan(ulong limit)
    Parameters
    Type Name Description
    ulong limit
    | Edit this page View Source

    SamplingScan(ulong, ulong)

    Declaration
    public SamplingScan(ulong limit, ulong seed)
    Parameters
    Type Name Description
    ulong limit
    ulong seed
    | Edit this page View Source

    SamplingScan(ulong, ulong, string)

    Declaration
    public SamplingScan(ulong limit, ulong seed, string collectionName)
    Parameters
    Type Name Description
    ulong limit
    ulong seed
    string collectionName

    Properties

    | Edit this page View Source

    Limit

    The maximum number of documents to scan.

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

    Seed

    The starting point.

    Declaration
    public ulong Seed { get; set; }
    Property Value
    Type Description
    ulong

    Implements

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