Class GroupTaskSummary
Summary information about a group task.
Inherited Members
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. |