Show / Hide Table of Contents

Class QueryStats

QueryStats contains the stats for a particular combination of query_hash, query_string and resource_type.

Inheritance
object
QueryStats
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.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class QueryStats : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InefficientQueryInfo

Information about inefficient query.

Declaration
[JsonProperty("inefficientQueryInfo")]
public virtual InefficientQueryInfo InefficientQueryInfo { get; set; }
Property Value
Type Description
InefficientQueryInfo

NormalizedQuery

The query string is normalized query without any PII data.

Declaration
[JsonProperty("normalizedQuery")]
public virtual string NormalizedQuery { get; set; }
Property Value
Type Description
string

QueryHash

The query hash of the query.

Declaration
[JsonProperty("queryHash")]
public virtual string QueryHash { get; set; }
Property Value
Type Description
string

QueryMetrics

Metrics related to the query performance.

Declaration
[JsonProperty("queryMetrics")]
public virtual QueryMetrics QueryMetrics { get; set; }
Property Value
Type Description
QueryMetrics

ResourceIds

The resource ids for which the query stats are collected.

Declaration
[JsonProperty("resourceIds")]
public virtual IList<ResourceId> ResourceIds { get; set; }
Property Value
Type Description
IList<ResourceId>

ResourceType

The type of the resource. sqladmin.googleapis.com/Instance alloydb.googleapis.com/Cluster alloydb.googleapis.com/Instance

Declaration
[JsonProperty("resourceType")]
public virtual string ResourceType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX