Class JobExecutionCollection
Results of a job executions listing. Job executions are execution instances of a scheduled job.
Inherited Members
Namespace: Oci.DatacatalogService.Models
Assembly: OCI.DotNetSDK.Datacatalog.dll
Syntax
public class JobExecutionCollection
Properties
Count
Declaration
[JsonProperty(PropertyName = "count")]
public int? Count { get; set; }
Property Value
Type | Description |
---|---|
int? | Total number of items returned. |
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<JobExecutionSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<JobExecutionSummary> | Collection of job executions. |
Remarks
Required