Class StragglerSummary
Summarized straggler identification details.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class StragglerSummary : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RecentStragglers
The most recent stragglers.
Declaration
[JsonProperty("recentStragglers")]
public virtual IList<Straggler> RecentStragglers { get; set; }
Property Value
Type | Description |
---|---|
IList<Straggler> |
StragglerCauseCount
Aggregated counts of straggler causes, keyed by the string representation of the StragglerCause enum.
Declaration
[JsonProperty("stragglerCauseCount")]
public virtual IDictionary<string, long?> StragglerCauseCount { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, long?> |
TotalStragglerCount
The total count of stragglers.
Declaration
[JsonProperty("totalStragglerCount")]
public virtual long? TotalStragglerCount { get; set; }
Property Value
Type | Description |
---|---|
long? |