Encapsulates information about a transaction.
More...
|
|
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.
|
Encapsulates information about a transaction.