GoogleApi.SQLAdmin.V1beta4.Model.InsightsConfig (google_api_sql_admin v0.40.0) View Source

Insights configuration. This specifies when Cloud SQL Insights feature is enabled and optional configuration.

Attributes

  • queryInsightsEnabled (type: boolean(), default: nil) - Whether Query Insights feature is enabled.
  • queryStringLength (type: integer(), default: nil) - Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query length more than this field value will be truncated to this value. When unset, query length will be the default value.
  • recordApplicationTags (type: boolean(), default: nil) - Whether Query Insights will record application tags from query when enabled.
  • recordClientAddress (type: boolean(), default: nil) - Whether Query Insights will record client address when enabled.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.SQLAdmin.V1beta4.Model.InsightsConfig{
  queryInsightsEnabled: boolean(),
  queryStringLength: integer(),
  recordApplicationTags: boolean(),
  recordClientAddress: boolean()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.