Skip to main content
Version: 8.9

Type Alias: JobTypeStatisticsFilter

type JobTypeStatisticsFilter = object;

Job type statistics search filter.

Properties

from

from: string;

Start of the time window to filter metrics. ISO 8601 date-time format.


jobType?

optional jobType?: StringFilterProperty;

Optional job type filter with advanced search capabilities. Supports exact match, pattern matching, and other operators.


to

to: string;

End of the time window to filter metrics. ISO 8601 date-time format.