maxBadRecords property

int? maxBadRecords
getter/setter pair

The maximum number of bad records that BigQuery can ignore when running the job.

If the number of bad records exceeds this value, an invalid error is returned in the job result. The default value is 0, which requires that all records are valid. This is only supported for CSV and NEWLINE_DELIMITED_JSON file formats.

Optional.

Implementation

core.int? maxBadRecords;