Show / Hide Table of Contents

Class QueryMetrics

QueryMetrics contains the metrics related to the query execution.

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

Properties

AvgCpuTime

The average execution period of the query across all runs.

Declaration
[JsonProperty("avgCpuTime")]
public virtual object AvgCpuTime { get; set; }
Property Value
Type Description
object

ETag

The ETag of the item.

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

ExecutionCount

The number of times the query was executed.

Declaration
[JsonProperty("executionCount")]
public virtual long? ExecutionCount { get; set; }
Property Value
Type Description
long?

MetricsWindow

The window over which the metrics are aggregated.

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

RowsProcessed

The average number of rows processed by the query across all runs.

Declaration
[JsonProperty("rowsProcessed")]
public virtual long? RowsProcessed { get; set; }
Property Value
Type Description
long?

TotalCpuTime

The total CPU time consumed by the query across all runs.

Declaration
[JsonProperty("totalCpuTime")]
public virtual object TotalCpuTime { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX