Class WorkerDetails
Information about a worker
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class WorkerDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
WorkItems
Work items processed by this worker, sorted by time.
Declaration
[JsonProperty("workItems")]
public virtual IList<WorkItemDetails> WorkItems { get; set; }
Property Value
Type | Description |
---|---|
IList<WorkItemDetails> |
WorkerName
Name of this worker
Declaration
[JsonProperty("workerName")]
public virtual string WorkerName { get; set; }
Property Value
Type | Description |
---|---|
string |