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

View Source

Detailed statistics for DML statements

Attributes

  • deletedRowCount (type: String.t, default: nil) - Output only. Number of deleted Rows. populated by DML DELETE, MERGE and TRUNCATE statements.
  • insertedRowCount (type: String.t, default: nil) - Output only. Number of inserted Rows. Populated by DML INSERT and MERGE statements
  • updatedRowCount (type: String.t, default: nil) - Output only. Number of updated Rows. Populated by DML UPDATE and MERGE statements.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BigQuery.V2.Model.DmlStatistics{
  deletedRowCount: String.t() | nil,
  insertedRowCount: String.t() | nil,
  updatedRowCount: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.