final case class StorageConfig(dbType: DQStorageType, url: URI, username: Option[NonEmptyString], password: Option[NonEmptyString], schema: Option[NonEmptyString], saveErrorsToStorage: Boolean = false) extends Product with Serializable
Application-level configuration describing connection to history database.
- dbType
Type of database used to store DQ data (one of the supported RDBMS)
- url
Connection URL (without protocol identifiers)
- username
Username to connect to database with (if required)
- password
Password to connect to database with (if required)
- schema
Schema where data quality tables are located (if required)
- saveErrorsToStorage
Enables metric errors to be stored in storage database. Be careful when storing metric errors in storage database as this might overload the storage.
- Alphabetic
- By Inheritance
- StorageConfig
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
StorageConfig(dbType: DQStorageType, url: URI, username: Option[NonEmptyString], password: Option[NonEmptyString], schema: Option[NonEmptyString], saveErrorsToStorage: Boolean = false)
- dbType
Type of database used to store DQ data (one of the supported RDBMS)
- url
Connection URL (without protocol identifiers)
- username
Username to connect to database with (if required)
- password
Password to connect to database with (if required)
- schema
Schema where data quality tables are located (if required)
- saveErrorsToStorage
Enables metric errors to be stored in storage database. Be careful when storing metric errors in storage database as this might overload the storage.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val dbType: DQStorageType
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val password: Option[NonEmptyString]
- val saveErrorsToStorage: Boolean
- val schema: Option[NonEmptyString]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val url: URI
- val username: Option[NonEmptyString]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()