View Source GoogleApi.AlloyDB.V1.Model.QueryInsightsInstanceConfig (google_api_alloy_db v0.5.0)

QueryInsights Instance specific configuration.

Attributes

  • queryPlansPerMinute (type: integer(), default: nil) - Number of query execution plans captured by Insights per minute for all queries combined. The default value is 5. Any integer between 0 and 20 is considered valid.
  • queryStringLength (type: integer(), default: nil) - Query string length. The default value is 1024. Any integer between 256 and 4500 is considered valid.
  • recordApplicationTags (type: boolean(), default: nil) - Record application tags for an instance. This flag is turned "on" by default.
  • recordClientAddress (type: boolean(), default: nil) - Record client address for an instance. Client address is PII information. This flag is turned "on" by default.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlloyDB.V1.Model.QueryInsightsInstanceConfig{
  queryPlansPerMinute: integer() | nil,
  queryStringLength: integer() | nil,
  recordApplicationTags: boolean() | nil,
  recordClientAddress: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.