library
Toggle table of contents
4.12.0-dev
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
library
library
/
org.xmtp.android.library
/
DbPoolOptions
Db
Pool
Options
data
class
DbPoolOptions
(
val
maxPoolSize
:
UInt
?
=
null
,
val
minPoolSize
:
UInt
?
=
null
)
Members
Constructors
Db
Pool
Options
Link copied to clipboard
constructor
(
maxPoolSize
:
UInt
?
=
null
,
minPoolSize
:
UInt
?
=
null
)
Properties
max
Pool
Size
Link copied to clipboard
val
maxPoolSize
:
UInt
?
min
Pool
Size
Link copied to clipboard
val
minPoolSize
:
UInt
?