Couchbase Transactions .NET | 1.1.0
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.Transactions
    Assembly: Couchbase.Transactions.dll
    Syntax
    public class TransactionResult

    Properties

    | Improve this Doc View Source

    Logs

    Declaration
    public IEnumerable<string> Logs { get; }
    Property Value
    Type Description
    IEnumerable<String>
    | Improve this Doc View Source

    TransactionId

    Gets the automatically-generated ID of this transaction.

    Declaration
    public string TransactionId { get; }
    Property Value
    Type Description
    String
    | Improve this Doc 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
    Boolean

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021 Couchbase, Inc.