Show / Hide Table of Contents

Class QueryInsightsInstanceConfig

QueryInsights Instance specific configuration.

Inheritance
object
QueryInsightsInstanceConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudAlloyDBAdmin.v1.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX