DataSourceStarburstParameters

data class DataSourceStarburstParameters(val catalog: String, val host: String, val port: Double, val productType: DataSourceStarburstProductType? = null)

The parameters that are required to connect to a Starburst data source.

Constructors

Link copied to clipboard
constructor(catalog: String, host: String, port: Double, productType: DataSourceStarburstProductType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The catalog name for the Starburst data source.

Link copied to clipboard

The host name of the Starburst data source.

Link copied to clipboard

The port for the Starburst data source.

Link copied to clipboard

The product type for the Starburst data source.