Show / Hide Table of Contents

Class JobStatus

Job status.

Inheritance
object
JobStatus
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.Batch.v1.Data
Assembly: Google.Apis.Batch.v1.dll
Syntax
public class JobStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RunDuration

The duration of time that the Job spent in status RUNNING.

Declaration
[JsonProperty("runDuration")]
public virtual object RunDuration { get; set; }
Property Value
Type Description
object

State

Job state

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

StatusEvents

Job status events

Declaration
[JsonProperty("statusEvents")]
public virtual IList<StatusEvent> StatusEvents { get; set; }
Property Value
Type Description
IList<StatusEvent>

TaskGroups

Aggregated task status for each TaskGroup in the Job. The map key is TaskGroup ID.

Declaration
[JsonProperty("taskGroups")]
public virtual IDictionary<string, TaskGroupStatus> TaskGroups { get; set; }
Property Value
Type Description
IDictionary<string, TaskGroupStatus>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX