Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class TransactionResult

    The result of a transaction.

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

    Properties

    | Edit this page View Source

    Logs

    Gets the logs associated with this transaction.

    Declaration
    public IEnumerable<string> Logs { get; }
    Property Value
    Type Description
    IEnumerable<string>
    | Edit this page View Source

    TransactionId

    Gets the automatically-generated ID of this transaction.

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

    UnstagingComplete

    Gets a value indicating whether the transaction completed to the point of unstaging its results, meaning it finished successfully.

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

    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.