public sealed class StageSummary : IMessage<StageSummary>, IEquatable<StageSummary>, IDeepCloneable<StageSummary>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class StageSummary.
Information about a particular execution stage of a job.
Implements
IMessageStageSummary, IEquatableStageSummary, IDeepCloneableStageSummary, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
StageSummary()
public StageSummary()StageSummary(StageSummary)
public StageSummary(StageSummary other)| Parameter | |
|---|---|
| Name | Description |
other |
StageSummary |
Properties
EndTime
public Timestamp EndTime { get; set; }End time of this stage.
If the work item is completed, this is the actual end time of the stage. Otherwise, it is the predicted end time.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Metrics
public RepeatedField<MetricUpdate> Metrics { get; }Metrics for this stage.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldMetricUpdate |
|
Progress
public ProgressTimeseries Progress { get; set; }Progress for this stage. Only applicable to Batch jobs.
| Property Value | |
|---|---|
| Type | Description |
ProgressTimeseries |
|
StageId
public string StageId { get; set; }ID of this stage
| Property Value | |
|---|---|
| Type | Description |
string |
|
StartTime
public Timestamp StartTime { get; set; }Start time of this stage.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
State
public ExecutionState State { get; set; }State of this stage.
| Property Value | |
|---|---|
| Type | Description |
ExecutionState |
|
StragglerSummary
public StragglerSummary StragglerSummary { get; set; }Straggler summary for this stage.
| Property Value | |
|---|---|
| Type | Description |
StragglerSummary |
|