google_api_big_query v0.16.0 GoogleApi.BigQuery.V2.Model.JobStatistics3 View Source
Attributes
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.