public sealed class Straggler : IMessage<Straggler>, IEquatable<Straggler>, IDeepCloneable<Straggler>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class Straggler.
Information for a straggler.
Implements
IMessageStraggler, IEquatableStraggler, IDeepCloneableStraggler, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
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 |
|