Couchbase Transactions .NET | 1.1.0
Search Results for

    Show / Hide Table of Contents

    Class SingleQueryTransactionResult<T>

    The transaction result from a single query transaction.

    Inheritance
    Object
    SingleQueryTransactionResult<T>
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Couchbase.Transactions
    Assembly: Couchbase.Transactions.dll
    Syntax
    public class SingleQueryTransactionResult<T>
    Type Parameters
    Name Description
    T

    Properties

    | Improve this Doc View Source

    Logs

    Gets the logs from the transaction.

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

    QueryResult

    Gets the query result, if any.

    Declaration
    public IQueryResult<T> QueryResult { get; }
    Property Value
    Type Description
    Couchbase.Query.IQueryResult<T>
    | 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
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021 Couchbase, Inc.