Type Alias: GlobalJobStatisticsQueryResult
type GlobalJobStatisticsQueryResult = object;
Defined in: gen/types.gen.ts:3314
Global job statistics query result.
Properties
completed
completed: StatusMetric;
Defined in: gen/types.gen.ts:3316
created
created: StatusMetric;
Defined in: gen/types.gen.ts:3315
failed
failed: StatusMetric;
Defined in: gen/types.gen.ts:3317
isIncomplete
isIncomplete: boolean;
Defined in: gen/types.gen.ts:3321
True if some data is missing because internal limits were reached and some metrics were not recorded.