Class JobDefinitionCollection
Results of a job definition listing. Job definitions are resources that describe the scope and type of jobs (eg: harvest, profiling, sampling) that are defined by users in the system.
Inherited Members
Namespace: Oci.DatacatalogService.Models
Assembly: OCI.DotNetSDK.Datacatalog.dll
Syntax
public class JobDefinitionCollection
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<JobDefinitionSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<JobDefinitionSummary> | Collection of job definitions. |
Remarks
Required