Class PerfMetricsSummary
A summary of perf metrics collected and performance environment info
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class PerfMetricsSummary : IDirectResponseSchema
Properties
AppStartTime
Declaration
[JsonProperty("appStartTime")]
public virtual AppStartTime AppStartTime { get; set; }
Property Value
Type | Description |
---|---|
AppStartTime |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExecutionId
A tool results execution ID. @OutputOnly
Declaration
[JsonProperty("executionId")]
public virtual string ExecutionId { get; set; }
Property Value
Type | Description |
---|---|
string |
GraphicsStats
Graphics statistics for the entire run. Statistics are reset at the beginning of the run and collected at the end of the run.
Declaration
[JsonProperty("graphicsStats")]
public virtual GraphicsStats GraphicsStats { get; set; }
Property Value
Type | Description |
---|---|
GraphicsStats |
HistoryId
A tool results history ID. @OutputOnly
Declaration
[JsonProperty("historyId")]
public virtual string HistoryId { get; set; }
Property Value
Type | Description |
---|---|
string |
PerfEnvironment
Describes the environment in which the performance metrics were collected
Declaration
[JsonProperty("perfEnvironment")]
public virtual PerfEnvironment PerfEnvironment { get; set; }
Property Value
Type | Description |
---|---|
PerfEnvironment |
PerfMetrics
Set of resource collected
Declaration
[JsonProperty("perfMetrics")]
public virtual IList<string> PerfMetrics { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ProjectId
The cloud project @OutputOnly
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
StepId
A tool results step ID. @OutputOnly
Declaration
[JsonProperty("stepId")]
public virtual string StepId { get; set; }
Property Value
Type | Description |
---|---|
string |