Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class MutationToken

    An object for tracking changes if enhanced durability is enabled.

    Inheritance
    object
    MutationToken
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Couchbase.Core
    Assembly: Couchbase.NetClient.dll
    Syntax
    public sealed class MutationToken

    Constructors

    | Edit this page View Source

    MutationToken(string, short, long, long)

    Declaration
    public MutationToken(string bucketRef, short vBucketId, long vBucketUuid, long sequenceNumber)
    Parameters
    Type Name Description
    string bucketRef
    short vBucketId
    long vBucketUuid
    long sequenceNumber

    Properties

    | Edit this page View Source

    BucketRef

    Declaration
    public string BucketRef { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Empty

    Declaration
    public static MutationToken Empty { get; }
    Property Value
    Type Description
    MutationToken
    | Edit this page View Source

    SequenceNumber

    Declaration
    public long SequenceNumber { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    VBucketId

    Declaration
    public short VBucketId { get; }
    Property Value
    Type Description
    short
    | Edit this page View Source

    VBucketUuid

    Declaration
    public long VBucketUuid { get; }
    Property Value
    Type Description
    long

    Methods

    | Edit this page View Source

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)
    | Edit this page View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.