Couchbase .NET SDK | 3.7.2
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.Client.Transactions
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class SingleQueryTransactionResult<T>
    Type Parameters
    Name Description
    T

    Properties

    | Edit this page View Source

    Logs

    Gets the logs from the transaction.

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

    QueryResult

    Gets the query result, if any.

    Declaration
    public IQueryResult<T>? QueryResult { get; }
    Property Value
    Type Description
    IQueryResult<T>
    | 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
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.