DatabasePostgresqlConfigPgbouncer

data class DatabasePostgresqlConfigPgbouncer(val autodbIdleTimeout: Int? = null, val autodbMaxDbConnections: Int? = null, val autodbPoolMode: String? = null, val autodbPoolSize: Int? = null, val ignoreStartupParameters: List<String>? = null, val minPoolSize: Int? = null, val serverIdleTimeout: Int? = null, val serverLifetime: Int? = null, val serverResetQueryAlways: Boolean? = null)

Constructors

Link copied to clipboard
constructor(autodbIdleTimeout: Int? = null, autodbMaxDbConnections: Int? = null, autodbPoolMode: String? = null, autodbPoolSize: Int? = null, ignoreStartupParameters: List<String>? = null, minPoolSize: Int? = null, serverIdleTimeout: Int? = null, serverLifetime: Int? = null, serverResetQueryAlways: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val autodbIdleTimeout: Int? = null
Link copied to clipboard
Link copied to clipboard
val autodbPoolMode: String? = null
Link copied to clipboard
val autodbPoolSize: Int? = null
Link copied to clipboard
Link copied to clipboard
val minPoolSize: Int? = null
Link copied to clipboard
val serverIdleTimeout: Int? = null
Link copied to clipboard
val serverLifetime: Int? = null
Link copied to clipboard