DataCellsFilterRowFilter

data class DataCellsFilterRowFilter(val allRowsWildcard: Any? = null, val filterExpression: String? = null)

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: Any? = null, filterExpression: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allRowsWildcard: Any? = null

An empty object representing a row wildcard.

Link copied to clipboard

A PartiQL predicate.