Class QueryStatsInfo
QueryStatsInfo contains the aggregated and detailed query stats for a particular combination of relevant query stats for queries having same normalized query.
Implements
Inherited Members
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> |