public sealed class StragglerSummary : IMessage<StragglerSummary>, IEquatable<StragglerSummary>, IDeepCloneable<StragglerSummary>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class StragglerSummary.
Summarized straggler identification details.
Implements
IMessageStragglerSummary, IEquatableStragglerSummary, IDeepCloneableStragglerSummary, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
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 |
|