Show / Hide Table of Contents

Class GroupTaskSummary

Summary information about a group task.

Inheritance
object
BatchTaskSummary
GroupTaskSummary
Inherited Members
BatchTaskSummary.Id
BatchTaskSummary.JobId
BatchTaskSummary.Name
BatchTaskSummary.HierarchicalName
BatchTaskSummary.GroupTaskName
BatchTaskSummary.Description
BatchTaskSummary.LifecycleState
BatchTaskSummary.LifecycleDetails
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.BatchService.Models
Assembly: OCI.DotNetSDK.Batch.dll
Syntax
public class GroupTaskSummary : BatchTaskSummary

Properties

TaskCount

Declaration
[JsonProperty(PropertyName = "taskCount")]
public int? TaskCount { get; set; }
Property Value
Type Description
int?

The count of tasks contained directly (non-recursively) within this group task.

In this article
Back to top