Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class MutationToken

An object for tracking changes if enhanced durability is enabled.

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

Constructors

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

View Source

BucketRef

Declaration
public string BucketRef { get; }
Property Value
Type Description
string
View Source

Empty

Declaration
public static MutationToken Empty { get; }
Property Value
Type Description
MutationToken
View Source

SequenceNumber

Declaration
public long SequenceNumber { get; }
Property Value
Type Description
long
View Source

VBucketId

Declaration
public short VBucketId { get; }
Property Value
Type Description
short
View Source

VBucketUuid

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

Methods

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)
View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()
View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.