Class ShardingOption
Options for enabling sharding.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class ShardingOption : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ManualSharding
Shards test cases into the specified groups of packages, classes, and/or methods.
Declaration
[JsonProperty("manualSharding")]
public virtual ManualSharding ManualSharding { get; set; }
Property Value
Type | Description |
---|---|
ManualSharding |
SmartSharding
Shards test based on previous test case timing records.
Declaration
[JsonProperty("smartSharding")]
public virtual SmartSharding SmartSharding { get; set; }
Property Value
Type | Description |
---|---|
SmartSharding |
UniformSharding
Uniformly shards test cases given a total number of shards.
Declaration
[JsonProperty("uniformSharding")]
public virtual UniformSharding UniformSharding { get; set; }
Property Value
Type | Description |
---|---|
UniformSharding |