View Source GoogleApi.BigQuery.V2.Model.LoadQueryStatistics (google_api_big_query v0.79.0)

Statistics for a LOAD query.

Attributes

  • badRecords (type: String.t, default: nil) - Output only. The number of bad records encountered while processing a LOAD query. 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.
  • bytesTransferred (type: String.t, default: nil) - Output only. This field is deprecated. The number of bytes of source data copied over the network for a LOAD query. transferred_bytes has the canonical value for physical transferred bytes, which is used for BigQuery Omni billing.
  • inputFileBytes (type: String.t, default: nil) - Output only. Number of bytes of source data in a LOAD query.
  • inputFiles (type: String.t, default: nil) - Output only. Number of source files in a LOAD query.
  • outputBytes (type: String.t, default: nil) - Output only. Size of the loaded data in bytes. Note that while a LOAD query is in the running state, this value may change.
  • outputRows (type: String.t, default: nil) - Output only. Number of rows imported in a LOAD query. Note that while a LOAD query is in the running state, this value may change.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.LoadQueryStatistics{
  badRecords: String.t() | nil,
  bytesTransferred: String.t() | nil,
  inputFileBytes: String.t() | nil,
  inputFiles: String.t() | nil,
  outputBytes: String.t() | nil,
  outputRows: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.