Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-core
/
xtdb.api.log
/
SourceMessage
/
AttachDatabase
Attach
Database
data
class
AttachDatabase
(
val
dbName
:
DatabaseName
,
val
config
:
Database.Config
)
:
SourceMessage.ProtobufMessage
Members
Constructors
Attach
Database
Link copied to clipboard
constructor
(
dbName
:
DatabaseName
,
config
:
Database.Config
)
Properties
config
Link copied to clipboard
val
config
:
Database.Config
db
Name
Link copied to clipboard
val
dbName
:
DatabaseName
Functions
encode
Link copied to clipboard
override
fun
encode
(
)
:
ByteArray
to
Log
Message
Link copied to clipboard
open
override
fun
toLogMessage
(
)
:
SourceLogMessage