Show / Hide Table of Contents

Class ShardingOption

Options for enabling sharding.

Inheritance
object
ShardingOption
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX