-
badRecords
(type:String.t
, default:nil
) - [Output-only] The number of bad records encountered. Note that if the job has failed because of more bad records encountered than the maximum allowed in the load job configuration, then this number can be less than the total number of bad records present in the input data. -
inputFileBytes
(type:String.t
, default:nil
) - [Output-only] Number of bytes of source data in a load job. -
inputFiles
(type:String.t
, default:nil
) - [Output-only] Number of source files in a load job. -
outputBytes
(type:String.t
, default:nil
) - [Output-only] Size of the loaded data in bytes. Note that while a load job is in the running state, this value may change. -
outputRows
(type:String.t
, default:nil
) - [Output-only] Number of rows imported in a load job. Note that while an import job is in the running state, this value may change.