Show / Hide Table of Contents

Class PerfSampleSeries

Resource representing a collection of performance samples (or data points)

Inheritance
object
PerfSampleSeries
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.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class PerfSampleSeries : IDirectResponseSchema

Properties

BasicPerfSampleSeries

Basic series represented by a line chart

Declaration
[JsonProperty("basicPerfSampleSeries")]
public virtual BasicPerfSampleSeries BasicPerfSampleSeries { get; set; }
Property Value
Type Description
BasicPerfSampleSeries

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

HistoryId

A tool results history ID. @OutputOnly

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

ProjectId

The cloud project @OutputOnly

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

SampleSeriesId

A sample series id @OutputOnly

Declaration
[JsonProperty("sampleSeriesId")]
public virtual string SampleSeriesId { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX