Class SchedulerJobAggregation
Aggregated summary information for SchedulerJob.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class SchedulerJobAggregationProperties
Count
Declaration
[Required(ErrorMessage = "Count is required.")]
[JsonProperty(PropertyName = "count")]
public int? Count { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | Count of jobs in a Compartment. | 
Remarks
Required
Dimensions
Declaration
[Required(ErrorMessage = "Dimensions is required.")]
[JsonProperty(PropertyName = "dimensions")]
public SchedulerJobDimension Dimensions { get; set; }Property Value
| Type | Description | 
|---|---|
| SchedulerJobDimension | 
Remarks
Required