Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class QuerySequenceGenerator

    Generates a linear progression of sequence numbers, overlapping if the storage is exceeded.

    Inheritance
    object
    QuerySequenceGenerator
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Query
    Assembly: Couchbase.NetClient.dll
    Syntax
    public static class QuerySequenceGenerator

    Methods

    | Edit this page View Source

    GetNext()

    Gets the next sequence in the progression.

    Declaration
    public static uint GetNext()
    Returns
    Type Description
    uint
    | Edit this page View Source

    GetNextAsString()

    Gets the next sequence in the progression as a string.

    Declaration
    public static string GetNextAsString()
    Returns
    Type Description
    string
    | Edit this page View Source

    Reset()

    Resets the sequence to zero. Mainly for testing.

    Declaration
    public static void Reset()
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.