Show / Hide Table of Contents

Class TaskGroupStatus

Aggregated task status for a TaskGroup.

Inheritance
object
TaskGroupStatus
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 TaskGroupStatus : IDirectResponseSchema

Properties

Counts

Count of task in each state in the TaskGroup. The map key is task state name.

Declaration
[JsonProperty("counts")]
public virtual IDictionary<string, long?> Counts { get; set; }
Property Value
Type Description
IDictionary<string, long?>

ETag

The ETag of the item.

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

Instances

Status of instances allocated for the TaskGroup.

Declaration
[JsonProperty("instances")]
public virtual IList<InstanceStatus> Instances { get; set; }
Property Value
Type Description
IList<InstanceStatus>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX