Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class ObserveState

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

    Properties

    | Edit this page View Source

    Cas

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

    Key

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

    KeyLength

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

    KeyState

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

    PersistStat

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

    ReplState

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

    VBucket

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

    Methods

    | 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.