rowFilter property
A filter applied to all rows in a single DataScan job.
The filter needs to be a valid SQL expression for a WHERE clause in BigQuery standard SQL syntax. Example: col1 >= 0 AND col2 < 10
Optional.
Implementation
core.String? rowFilter;