Dataflow v1beta3 API - Class Straggler (2.0.0-beta09)

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

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

Information for a straggler.

Inheritance

object > Straggler

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

Straggler()

public Straggler()

Straggler(Straggler)

public Straggler(Straggler other)
Parameter
Name Description
other Straggler

Properties

BatchStraggler

public StragglerInfo BatchStraggler { get; set; }

Batch straggler identification and debugging information.

Property Value
Type Description
StragglerInfo

StragglerInfoCase

public Straggler.StragglerInfoOneofCase StragglerInfoCase { get; }
Property Value
Type Description
StragglerStragglerInfoOneofCase

StreamingStraggler

public StreamingStragglerInfo StreamingStraggler { get; set; }

Streaming straggler identification and debugging information.

Property Value
Type Description
StreamingStragglerInfo