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

Statistics for the EXPORT DATA statement as part of Query Job. EXTRACT JOB statistics are populated in JobStatistics4.

Attributes

  • fileCount (type: String.t, default: nil) - Number of destination files generated in case of EXPORT DATA statement only.
  • rowCount (type: String.t, default: nil) - [Alpha] Number of destination rows generated in case of EXPORT DATA statement only.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.ExportDataStatistics{
  fileCount: String.t() | nil,
  rowCount: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.