GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1UsageStats (google_api_data_catalog v0.32.2)

View Source

Detailed counts on the entry's usage. Caveats: - Only BigQuery tables have usage stats - The usage stats only include BigQuery query jobs - The usage stats might be underestimated, e.g. wildcard table references are not yet counted in usage computation https://cloud.google.com/bigquery/docs/querying-wildcard-tables

Attributes

  • totalCancellations (type: number(), default: nil) - The number of times that the underlying entry was attempted to be used but was cancelled by the user.
  • totalCompletions (type: number(), default: nil) - The number of times that the underlying entry was successfully used.
  • totalExecutionTimeForCompletionsMillis (type: number(), default: nil) - Total time spent (in milliseconds) during uses the resulted in completions.
  • totalFailures (type: number(), default: nil) - The number of times that the underlying entry was attempted to be used but failed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1UsageStats{
    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.