GoogleApi.SQLAdmin.V1beta4.Model.InsightsConfig (google_api_sql_admin v0.41.2) 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. Changing query length will restart the database.
  • 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() | nil,
  queryStringLength: integer() | nil,
  recordApplicationTags: boolean() | nil,
  recordClientAddress: boolean() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.