Class QueryInsightsInstanceConfig
QueryInsights Instance specific configuration.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1alpha.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1alpha.dll
Syntax
public class QueryInsightsInstanceConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
QueryPlansPerMinute
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.
Declaration
[JsonProperty("queryPlansPerMinute")]
public virtual long? QueryPlansPerMinute { get; set; }
Property Value
Type | Description |
---|---|
long? |
QueryStringLength
Query string length. The default value is 1024. Any integer between 256 and 4500 is considered valid.
Declaration
[JsonProperty("queryStringLength")]
public virtual long? QueryStringLength { get; set; }
Property Value
Type | Description |
---|---|
long? |
RecordApplicationTags
Record application tags for an instance. This flag is turned "on" by default.
Declaration
[JsonProperty("recordApplicationTags")]
public virtual bool? RecordApplicationTags { get; set; }
Property Value
Type | Description |
---|---|
bool? |
RecordClientAddress
Record client address for an instance. Client address is PII information. This flag is turned "on" by default.
Declaration
[JsonProperty("recordClientAddress")]
public virtual bool? RecordClientAddress { get; set; }
Property Value
Type | Description |
---|---|
bool? |