com.github.manosbatsis.corda.testacles.containers.config.database / DatabaseProperties
DatabaseProperties¶
data class DatabaseProperties :
ConfigObjectData
Represents a node.conf database section, ignored for Corda 4.6+
Constructors¶
Name | Summary |
---|---|
<init> | DatabaseProperties(transactionIsolationLevel: String ? = null, runMigration: Boolean ? = null, initialiseSchema: Boolean ? = runMigration, initialiseAppSchema: String ? = null) Represents a node.conf database section, ignored for Corda 4.6+ |
Properties¶
Name | Summary |
---|---|
initialiseAppSchema | val initialiseAppSchema: String ? |
initialiseSchema | var initialiseSchema: Boolean ? |
runMigration | var runMigration: Boolean ? |
transactionIsolationLevel | var transactionIsolationLevel: String ? |
Functions¶
Name | Summary |
---|---|
asConfigValue | fun asConfigValue(target: Config): ConfigValue Transform to a ConfigValue for the target key, possibly using any information as needed from the target config |
getLocalKey | fun getLocalKey(): String Get the local path fragment this config data corresponds to |
Inherited Functions¶
Name | Summary |
---|---|
getActionHint | open fun getActionHint(target: Config): ApplyActionType Look at the target config and suggest what the action for this fragment should be |