InsightsConfig class
Insights configuration.
This specifies when Cloud SQL Insights feature is enabled and optional configuration.
Constructors
- InsightsConfig({bool? queryInsightsEnabled, int? queryPlansPerMinute, int? queryStringLength, bool? recordApplicationTags, bool? recordClientAddress})
- InsightsConfig.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- queryInsightsEnabled ↔ bool?
-
Whether Query Insights feature is enabled.
getter/setter pair
- queryPlansPerMinute ↔ int?
-
Number of query execution plans captured by Insights per minute for all
queries combined.
getter/setter pair
- queryStringLength ↔ int?
-
Maximum query length stored in bytes.
getter/setter pair
- recordApplicationTags ↔ bool?
-
Whether Query Insights will record application tags from query when
enabled.
getter/setter pair
- recordClientAddress ↔ bool?
-
Whether Query Insights will record client address when enabled.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited