View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1SessionEventQueryDetail (google_api_dataplex v0.13.0)

Execution details of the query.

Attributes

  • dataProcessedBytes (type: String.t, default: nil) - The data processed by the query.
  • duration (type: String.t, default: nil) - Time taken for execution of the query.
  • engine (type: String.t, default: nil) - Query Execution engine.
  • queryId (type: String.t, default: nil) - The unique Query id identifying the query.
  • queryText (type: String.t, default: nil) - The query text executed.
  • resultSizeBytes (type: String.t, default: nil) - The size of results the query produced.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1SessionEventQueryDetail{
    dataProcessedBytes: String.t() | nil,
    duration: String.t() | nil,
    engine: String.t() | nil,
    queryId: String.t() | nil,
    queryText: String.t() | nil,
    resultSizeBytes: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.