MetricsRow
Представляет ряд параметров и показателей.
Поля |
---|
aggregationPeriod | enum ( AggregationPeriod ) Детализация периода агрегации строки. |
startTime | object ( DateTime ) Дата начала (и время для почасовой агрегации) периода, охватываемого этой строкой. |
dimensions[] | object ( DimensionValue ) Измерение столбцов в строке. |
metrics[] | object ( MetricValue ) Метрические столбцы в строке. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2022-12-20 UTC.
[null,null,["Последнее обновление: 2022-12-20 UTC."],[[["JSON representation depicts a row encompassing dimensions and metrics within the data."],["Each row specifies an aggregation period, start time, dimension values, and metric values."],["`aggregationPeriod` determines the granularity of data aggregation for the row (e.g., daily, weekly)."],["`startTime` indicates the beginning of the period represented by the row, including time for hourly aggregation."],["`dimensions` and `metrics` arrays contain respective values corresponding to the row's data point."]]],["This JSON representation defines a data row containing dimensions and metrics. It includes the `aggregationPeriod` which specifies the time granularity, and `startTime`, the beginning of the row's time period. `dimensions[]` array holds the dimensional attributes, while `metrics[]` array contains the associated metric values. These fields, period, time, dimension and metrics, represent the core data structure for organizing and presenting information.\n"]]