Module GapiBigqueryV2Model.JobStatistics3

type t = {
inputFileBytes : int64;

[Output-only] Number of bytes of source data in a load job.

inputFiles : int64;

[Output-only] Number of source files in a load job.

outputBytes : int64;

[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 : int64;

[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.

}
val inputFileBytes : (t, int64) GapiLens.t
val inputFiles : (t, int64) GapiLens.t
val outputBytes : (t, int64) GapiLens.t
val outputRows : (t, int64) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t
val to_data_model : t -> GapiJson.json_data_model
val of_data_model : GapiJson.json_data_model -> t