Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class ObserveState

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

Constructors

View Source

ObserveState()

Declaration
public ObserveState()

Properties

View Source

Cas

Declaration
public ulong Cas { get; set; }
Property Value
Type Description
ulong
View Source

Key

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

KeyLength

Declaration
public int KeyLength { get; set; }
Property Value
Type Description
int
View Source

KeyState

Declaration
public KeyState KeyState { get; set; }
Property Value
Type Description
KeyState
View Source

PersistStat

Declaration
public uint PersistStat { get; set; }
Property Value
Type Description
uint
View Source

ReplState

Declaration
public uint ReplState { get; set; }
Property Value
Type Description
uint
View Source

VBucket

Declaration
public int VBucket { get; set; }
Property Value
Type Description
int

Methods

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.