GoogleApi.SQLAdmin.V1beta4.Model.InsightsConfig (google_api_sql_admin v0.44.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. -
queryPlansPerMinute
(type:integer()
, default:nil
) - Number of query plans generated by Insights per minute. Default is 5. Changing this will restart the database. -
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
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.