CatalogDatabaseFederatedDatabase

data class CatalogDatabaseFederatedDatabase(val connectionName: String? = null, val identifier: String? = null)

Constructors

Link copied to clipboard
constructor(connectionName: String? = null, identifier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val connectionName: String? = null

Name of the connection to the external metastore.

Link copied to clipboard
val identifier: String? = null

Unique identifier for the federated database.