Dataflow v1beta3 API - Class StageExecutionDetails (2.0.0-beta06)

public sealed class StageExecutionDetails : IMessage<StageExecutionDetails>, IEquatable<StageExecutionDetails>, IDeepCloneable<StageExecutionDetails>, IBufferMessage, IMessage, IPageResponse<WorkerDetails>, IEnumerable<WorkerDetails>, IEnumerable

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

Information about the workers and work items within a stage.

Inheritance

object > StageExecutionDetails

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

StageExecutionDetails()

public StageExecutionDetails()

StageExecutionDetails(StageExecutionDetails)

public StageExecutionDetails(StageExecutionDetails other)
Parameter
NameDescription
otherStageExecutionDetails

Properties

NextPageToken

public string NextPageToken { get; set; }

If present, this response does not contain all requested tasks. To obtain the next page of results, repeat the request with page_token set to this value.

Property Value
TypeDescription
string

Workers

public RepeatedField<WorkerDetails> Workers { get; }

Workers that have done work on the stage.

Property Value
TypeDescription
RepeatedFieldWorkerDetails

Methods

GetEnumerator()

public IEnumerator<WorkerDetails> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorWorkerDetails