GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1UsageStats (google_api_data_catalog v0.32.2)

View Source

Detailed statistics on the entry's usage. Usage statistics have the following limitations: - Only BigQuery tables have them. - They only include BigQuery query jobs. - They might be underestimated because wildcard table references are not yet counted. For more information, see [Querying multiple tables using a wildcard table] (https://cloud.google.com/bigquery/docs/querying-wildcard-tables)

Attributes

  • totalCancellations (type: number(), default: nil) - The number of cancelled attempts to use the underlying entry.
  • totalCompletions (type: number(), default: nil) - The number of successful uses of the underlying entry.
  • totalExecutionTimeForCompletionsMillis (type: number(), default: nil) - Total time spent only on successful uses, in milliseconds.
  • totalFailures (type: number(), default: nil) - The number of failed attempts to use the underlying entry.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1UsageStats{
  totalCancellations: number() | nil,
  totalCompletions: number() | nil,
  totalExecutionTimeForCompletionsMillis: number() | nil,
  totalFailures: number() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.