Ditto 4.11.0
 
Loading...
Searching...
No Matches
DittoSDK.DittoTransactionInfo Class Reference

Encapsulates information about a transaction. More...

Properties

string Id [get, set]
 A globally unique ID of the transaction.
 
string Hint [get, set]
 The user hint passed when creating the transaction, useful for debugging and testing.
 
bool IsReadOnly [get, set]
 Indicates whether mutating DQL statements can be executed in the transaction. Defaults to false. See DittoStore.TransactionAsync for more information.
 

Detailed Description

Encapsulates information about a transaction.