public sealed class WorkerDetails : IMessage<WorkerDetails>, IEquatable<WorkerDetails>, IDeepCloneable<WorkerDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class WorkerDetails.
Information about a worker
Implements
IMessageWorkerDetails, IEquatableWorkerDetails, IDeepCloneableWorkerDetails, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
WorkerDetails()
public WorkerDetails()
WorkerDetails(WorkerDetails)
public WorkerDetails(WorkerDetails other)
Parameter | |
---|---|
Name | Description |
other |
WorkerDetails |
Properties
WorkItems
public RepeatedField<WorkItemDetails> WorkItems { get; }
Work items processed by this worker, sorted by time.
Property Value | |
---|---|
Type | Description |
RepeatedFieldWorkItemDetails |
WorkerName
public string WorkerName { get; set; }
Name of this worker
Property Value | |
---|---|
Type | Description |
string |