PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsArgs

data class PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsArgs(val excludedFields: Output<List<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsExcludedFieldArgs>>? = null, val identifyingFields: Output<List<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsIdentifyingFieldArgs>>? = null, val includedFields: Output<List<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsIncludedFieldArgs>>? = null, val rowsLimit: Output<Int>? = null, val rowsLimitPercent: Output<Int>? = null, val sampleMethod: Output<String>? = null, val tableReference: Output<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsTableReferenceArgs>) : ConvertibleToJava<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsArgs>

Constructors

constructor(excludedFields: Output<List<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsExcludedFieldArgs>>? = null, identifyingFields: Output<List<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsIdentifyingFieldArgs>>? = null, includedFields: Output<List<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsIncludedFieldArgs>>? = null, rowsLimit: Output<Int>? = null, rowsLimitPercent: Output<Int>? = null, sampleMethod: Output<String>? = null, tableReference: Output<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsTableReferenceArgs>)

Properties

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Limit scanning only to these fields. Structure is documented below.

Link copied to clipboard
val rowsLimit: Output<Int>? = null

Max number of rows to scan. If the table has more rows than this value, the rest of the rows are omitted. If not set, or if set to 0, all rows will be scanned. Only one of rowsLimit and rowsLimitPercent can be specified. Cannot be used in conjunction with TimespanConfig.

Link copied to clipboard
val rowsLimitPercent: Output<Int>? = null

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.

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

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.

Link copied to clipboard

Set of files to scan. Structure is documented below.

Functions

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