Dataflow v1beta3 API - Class StragglerInfo (2.0.0-beta09)

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

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

Information useful for straggler identification and debugging.

Inheritance

object > StragglerInfo

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

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