DataCellsFilterTableDataArgs

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
val columnNames: Output<List<String>>? = null

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
val databaseName: Output<String>

The name of the database.

Link copied to clipboard
val name: Output<String>

The name of the data cells filter.

Link copied to clipboard

A PartiQL predicate. See Row Filter below for details.

Link copied to clipboard
val tableCatalogId: Output<String>

The ID of the Data Catalog.

Link copied to clipboard
val tableName: Output<String>

The name of the table.

Link copied to clipboard
val versionId: Output<String>? = null

ID of the data cells filter version.

Functions

Link copied to clipboard
open override fun toJava(): DataCellsFilterTableDataArgs