DiJobJobSettingsRuntimeSetting

data class DiJobJobSettingsRuntimeSetting(val name: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Set name, optional ENUM value: runtime.offline.speed.limit.mb (valid when runtime.offline.speed.limit.enable = true) runtime.offline.speed.limit.enable dst.offline.connection.max (the maximum number of write connections for offline batch tasks) runtime.offline.concurrent (offline batch synchronization task concurrency) dst.realtime.connection.max (maximum number of write connections for real-time tasks) runtime.enable.auto.create.schema (whether to automatically create a schema on the target side) src.offline.datasource.max.connection (maximum number of source connections for offline batch tasks) runtime.realtime.concurrent (real-time task concurrency)

Link copied to clipboard
val value: String? = null

Runtime setting value