TransactionDescription

A structure that contains information about a transaction.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val transactionEndTime: <Error class: unknown class>?

The time when the transaction committed or aborted, if it is not currently active.

Link copied to clipboard

The ID of the transaction.

Link copied to clipboard
val transactionStartTime: <Error class: unknown class>?

The time when the transaction started.

Link copied to clipboard

A status of ACTIVE, COMMITTED, or ABORTED.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String