Show / Hide Table of Contents

Class StragglerSummary

Summarized straggler identification details.

Inheritance
object
StragglerSummary
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX