Class TransactionResult
The result of a transaction.
Inherited Members
Namespace: Couchbase.Integrated.Transactions
Assembly: Couchbase.NetClient.dll
Syntax
[InterfaceStability(Level.Volatile)]
public class TransactionResult
Properties
| Edit this page View SourceLogs
Gets the logs associated with this transaction.
Declaration
public IEnumerable<string> Logs { get; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |
TransactionId
Gets the automatically-generated ID of this transaction.
Declaration
public string? TransactionId { get; }
Property Value
Type | Description |
---|---|
string |
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 SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |