ResourceLfTagTableWithColumns

data class ResourceLfTagTableWithColumns(val catalogId: String? = null, val columnNames: List<String>? = null, val columnWildcard: ResourceLfTagTableWithColumnsColumnWildcard? = null, val databaseName: String, val name: String)

Constructors

Link copied to clipboard
constructor(catalogId: String? = null, columnNames: List<String>? = null, columnWildcard: ResourceLfTagTableWithColumnsColumnWildcard? = null, databaseName: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val catalogId: String? = null

Identifier for the Data Catalog. By default, it is the account ID of the caller.

Link copied to clipboard
val columnNames: List<String>? = null

Set of column names for the table.

Link copied to clipboard

Option to add column wildcard. See Column Wildcard for more details.

Link copied to clipboard

Name of the database for the table with columns resource. Unique to the Data Catalog.

Link copied to clipboard

Name of the table resource. The following arguments are optional: