public sealed class StragglerInfo : IMessage<StragglerInfo>, IEquatable<StragglerInfo>, IDeepCloneable<StragglerInfo>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class StragglerInfo.
Information useful for straggler identification and debugging.
Implements
IMessageStragglerInfo, IEquatableStragglerInfo, IDeepCloneableStragglerInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
StragglerInfo()
public StragglerInfo()StragglerInfo(StragglerInfo)
public StragglerInfo(StragglerInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
StragglerInfo |
Properties
Causes
public MapField<string, StragglerInfo.Types.StragglerDebuggingInfo> Causes { get; }The straggler causes, keyed by the string representation of the StragglerCause enum and contains specialized debugging information for each straggler cause.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringStragglerInfoTypesStragglerDebuggingInfo |
|
StartTime
public Timestamp StartTime { get; set; }The time when the work item attempt became a straggler.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|