Class JobMetricCollection
Results of a job metrics listing. Job metrics are datum about a job execution in key value pairs.
Inherited Members
Namespace: Oci.DatacatalogService.Models
Assembly: OCI.DotNetSDK.Datacatalog.dll
Syntax
public class JobMetricCollection
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<JobMetricSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<JobMetricSummary> | Collection of job metrics. |
Remarks
Required