Class PerformanceInsights
Performance insights for the job.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class PerformanceInsights : IDirectResponseSchema
Properties
AvgPreviousExecutionMs
Output only. Average execution ms of previous runs. Indicates the job ran slow compared to previous executions. To find previous executions, use INFORMATION_SCHEMA tables and filter jobs with same query hash.
Declaration
[JsonProperty("avgPreviousExecutionMs")]
public virtual long? AvgPreviousExecutionMs { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
StagePerformanceChangeInsights
Output only. Query stage performance insights compared to previous runs, for diagnosing performance regression.
Declaration
[JsonProperty("stagePerformanceChangeInsights")]
public virtual IList<StagePerformanceChangeInsight> StagePerformanceChangeInsights { get; set; }
Property Value
Type | Description |
---|---|
IList<StagePerformanceChangeInsight> |
StagePerformanceStandaloneInsights
Output only. Standalone query stage performance insights, for exploring potential improvements.
Declaration
[JsonProperty("stagePerformanceStandaloneInsights")]
public virtual IList<StagePerformanceStandaloneInsight> StagePerformanceStandaloneInsights { get; set; }
Property Value
Type | Description |
---|---|
IList<StagePerformanceStandaloneInsight> |