Show / Hide Table of Contents

Class Shard

Output only. Details about the shard.

Inheritance
object
Shard
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.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class Shard : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EstimatedShardDuration

Output only. The estimated shard duration based on previous test case timing records, if available.

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

NumShards

Output only. The total number of shards.

Declaration
[JsonProperty("numShards")]
public virtual int? NumShards { get; set; }
Property Value
Type Description
int?

ShardIndex

Output only. The index of the shard among all the shards.

Declaration
[JsonProperty("shardIndex")]
public virtual int? ShardIndex { get; set; }
Property Value
Type Description
int?

TestTargetsForShard

Output only. Test targets for each shard. Only set for manual sharding.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX