GetDatabaseInstanceSettingInsightsConfig

data class GetDatabaseInstanceSettingInsightsConfig(val queryInsightsEnabled: Boolean, val queryPlansPerMinute: Int, val queryStringLength: Int, val recordApplicationTags: Boolean, val recordClientAddress: Boolean)

Constructors

Link copied to clipboard
constructor(queryInsightsEnabled: Boolean, queryPlansPerMinute: Int, queryStringLength: Int, recordApplicationTags: Boolean, recordClientAddress: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

True if Query Insights feature is enabled.

Link copied to clipboard

Number of query execution plans captured by Insights per minute for all queries combined. Between 0 and 20. Default to 5.

Link copied to clipboard

Maximum query length stored in bytes. Between 256 and 4500. Default to 1024.

Link copied to clipboard

True if Query Insights will record application tags from query when enabled.

Link copied to clipboard

True if Query Insights will record client address when enabled.