Show / Hide Table of Contents

Class WorkerDetails

Information about a worker

Inheritance
object
WorkerDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX