GoogleApi.BigQuery.V2.Model.ExportDataStatistics (google_api_big_query v0.88.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.