Skip to main content
Version: 8.9

Type Alias: JobTimeSeriesStatisticsQueryResult

type JobTimeSeriesStatisticsQueryResult = SearchQueryResponse & object;

Job time-series statistics query result.

Type Declaration

items

items: JobTimeSeriesStatisticsItem[];

The list of time-bucketed statistics items, ordered ascending by time.

page

page: SearchQueryPageResponse;