Type Alias: JobTimeSeriesStatisticsItem
type JobTimeSeriesStatisticsItem = object;
Aggregated job metrics for a single time bucket.
Properties
completed
completed: StatusMetric;
created
created: StatusMetric;
failed
failed: StatusMetric;
time
time: string;
ISO 8601 timestamp representing the start of this time bucket.