Ditto JS SDK v5.0.0
    Preparing search index...

    Class TransactionInfo

    Encapsulates information about a transaction.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • id: string
      • isReadOnly: boolean
      • Optionalhint: string

      Returns TransactionInfo

    Properties

    hint?: string

    The user hint passed when creating the transaction, useful for debugging and testing.

    id: string

    A globally unique ID of the transaction.

    isReadOnly: boolean

    Indicates whether mutating DQL statements can be executed in the transaction. Defaults to false.