OptInResourceDataDataCellsFilter

data class OptInResourceDataDataCellsFilter(val databaseName: String? = null, val name: String? = null, val tableCatalogId: String? = null, val tableName: String? = null)

Constructors

Link copied to clipboard
constructor(databaseName: String? = null, name: String? = null, tableCatalogId: String? = null, tableName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val databaseName: String? = null

The name of the database for the table. Unique to a Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database privileges to a principal.

Link copied to clipboard
val name: String? = null

Name of the table.

Link copied to clipboard
val tableCatalogId: String? = null

ID of the catalog to which the table belongs.

Link copied to clipboard
val tableName: String? = null

Name of the table.