Show / Hide Table of Contents

Class QueryStatsInfo

QueryStatsInfo contains the aggregated and detailed query stats for a particular combination of relevant query stats for queries having same normalized query.

Inheritance
object
QueryStatsInfo
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 QueryStatsInfo : IDirectResponseSchema

Properties

AggregatedQueryStats

Aggregated query stats for the resources for same normalized query.

Declaration
[JsonProperty("aggregatedQueryStats")]
public virtual QueryStats AggregatedQueryStats { get; set; }
Property Value
Type Description
QueryStats

ETag

The ETag of the item.

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

QueryStats

List of query stats for the resources in the group. This stats is stats at resource level for the resources having same normalized query.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX