Class JobStatus
Job status.
Implements
Inherited Members
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> |