DataCellsFilterRowFilterArgs

data class DataCellsFilterRowFilterArgs(val allRowsWildcard: Output<Any>? = null, val filterExpression: Output<String>? = null) : ConvertibleToJava<DataCellsFilterRowFilterArgs>

An object representing the Data Cells Filter's Row Filter. Either a Filter Expression or a Wildcard is required.

Constructors

Link copied to clipboard
constructor(allRowsWildcard: Output<Any>? = null, filterExpression: Output<String>? = null)

Properties

Link copied to clipboard
val allRowsWildcard: Output<Any>? = null

An empty object representing a row wildcard.

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

A PartiQL predicate.

Functions

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