Prevention Job Trigger Inspect Job Storage Config Big Query Options
Constructors
Properties
References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings. Structure is documented below.
Specifies the BigQuery fields that will be returned with findings. If not specified, no identifying fields will be returned for findings. Structure is documented below.
Limit scanning only to these fields. Structure is documented below.
Max percentage of rows to scan. The rest are omitted. The number of rows scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of rowsLimit and rowsLimitPercent can be specified. Cannot be used in conjunction with TimespanConfig.
How to sample rows if not all rows are scanned. Meaningful only when used in conjunction with either rowsLimit or rowsLimitPercent. If not specified, rows are scanned in the order BigQuery reads them. If TimespanConfig is set, set this to an empty string to avoid using the default value. Default value is TOP
. Possible values are: TOP
, RANDOM_START
.
Set of files to scan. Structure is documented below.