Class Shard
Output only. Details about the shard.
Implements
Inherited Members
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 |