Data Cells Filter Table Data Args
data class DataCellsFilterTableDataArgs(val columnNames: Output<List<String>>? = null, val columnWildcard: Output<DataCellsFilterTableDataColumnWildcardArgs>? = null, val databaseName: Output<String>, val name: Output<String>, val rowFilter: Output<DataCellsFilterTableDataRowFilterArgs>? = null, val tableCatalogId: Output<String>, val tableName: Output<String>, val versionId: Output<String>? = null) : ConvertibleToJava<DataCellsFilterTableDataArgs>
Constructors
Link copied to clipboard
constructor(columnNames: Output<List<String>>? = null, columnWildcard: Output<DataCellsFilterTableDataColumnWildcardArgs>? = null, databaseName: Output<String>, name: Output<String>, rowFilter: Output<DataCellsFilterTableDataRowFilterArgs>? = null, tableCatalogId: Output<String>, tableName: Output<String>, versionId: Output<String>? = null)
Properties
Link copied to clipboard
A list of column names and/or nested column attributes.
Link copied to clipboard
A wildcard with exclusions. See Column Wildcard below for details.
Link copied to clipboard
The name of the database.
Link copied to clipboard
A PartiQL predicate. See Row Filter below for details.
Link copied to clipboard
The ID of the Data Catalog.