Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Class DocumentLookupResult

    Inheritance
    object
    DocumentLookupResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Client.Transactions.DataModel
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class DocumentLookupResult

    Properties

    | Edit this page View Source

    Cas

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

    DocumentMetadata

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

    Id

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

    IsDeleted

    Declaration
    public bool IsDeleted { get; }
    Property Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    GetPostTransactionResult()

    Declaration
    public TransactionGetResult GetPostTransactionResult()
    Returns
    Type Description
    TransactionGetResult
    | Edit this page View Source

    GetPreTransactionResult()

    Declaration
    public TransactionGetResult GetPreTransactionResult()
    Returns
    Type Description
    TransactionGetResult
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.