CatalogDatabaseTargetDatabase

data class CatalogDatabaseTargetDatabase(val catalogId: String, val databaseName: String)

Constructors

Link copied to clipboard
constructor(catalogId: String, databaseName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ID of the Data Catalog in which the database resides.

Link copied to clipboard

Name of the catalog database.