CatalogTableTargetTable

data class CatalogTableTargetTable(val catalogId: String, val databaseName: String, val name: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ID of the Data Catalog in which the table resides.

Link copied to clipboard

Name of the catalog database that contains the target table.

Link copied to clipboard

Name of the target table.