TypeDB.Options.Transaction (TypeDB v0.2.0)

Copy Markdown View Source

Transaction options. See TypeDB.Options.

Summary

Types

t()

@type t() :: %TypeDB.Options.Transaction{
  schema_lock_acquire_timeout_millis: pos_integer() | nil,
  transaction_timeout_millis: pos_integer() | nil
}