Dataflow v1beta3 API - Class StragglerSummary (2.0.0-beta09)

public sealed class StragglerSummary : IMessage<StragglerSummary>, IEquatable<StragglerSummary>, IDeepCloneable<StragglerSummary>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataflow v1beta3 API class StragglerSummary.

Summarized straggler identification details.

Inheritance

object > StragglerSummary

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

StragglerSummary()

public StragglerSummary()

StragglerSummary(StragglerSummary)

public StragglerSummary(StragglerSummary other)
Parameter
Name Description
other StragglerSummary

Properties

RecentStragglers

public RepeatedField<Straggler> RecentStragglers { get; }

The most recent stragglers.

Property Value
Type Description
RepeatedFieldStraggler

StragglerCauseCount

public MapField<string, long> StragglerCauseCount { get; }

Aggregated counts of straggler causes, keyed by the string representation of the StragglerCause enum.

Property Value
Type Description
MapFieldstringlong

TotalStragglerCount

public long TotalStragglerCount { get; set; }

The total count of stragglers.

Property Value
Type Description
long