ConnectionNodeConfig

data class ConnectionNodeConfig(val maxNodeCount: Int? = null, val minNodeCount: Int? = null)

Constructors

Link copied to clipboard
constructor(maxNodeCount: Int? = null, minNodeCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxNodeCount: Int? = null

Minimum number of nodes in the runtime nodes.

Link copied to clipboard
val minNodeCount: Int? = null

Minimum number of nodes in the runtime nodes.