Show / Hide Table of Contents

Class ShardSummary

Result summary for a shard in an environment.

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

Properties

ETag

The ETag of the item.

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

Runs

Summaries of the steps belonging to the shard. With flaky_test_attempts enabled from TestExecutionService, more than one run (Step) can present. And the runs will be sorted by multistep_number.

Declaration
[JsonProperty("runs")]
public virtual IList<StepSummary> Runs { get; set; }
Property Value
Type Description
IList<StepSummary>

ShardResult

Merged result of the shard.

Declaration
[JsonProperty("shardResult")]
public virtual MergedResult ShardResult { get; set; }
Property Value
Type Description
MergedResult

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX