Opt In Resource Data Table With Columns
data class OptInResourceDataTableWithColumns(val catalogId: String? = null, val columnNames: List<String>? = null, val columnWildcard: OptInResourceDataTableWithColumnsColumnWildcard? = null, val databaseName: String, val name: String)
Properties
Link copied to clipboard
List of column names for the table. At least one of ColumnNames or ColumnWildcard is required.
Link copied to clipboard
Wildcard specified by a ColumnWildcard object. At least one of ColumnNames or ColumnWildcard is required.
Link copied to clipboard
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.