apiTimeSeriesCrossEntityMetadata

A class holding additional metadata to the ApiTimeSeriesAggregateStatistics class that applies specifically to cross-entity aggregate metrics.

JSON

property type description
maxEntityDisplayName maxEntityDisplayName (string) The display name of the entity that had the maximum value for the cross-entity aggregate metric.
maxEntityName maxEntityName (string) The name of the entity that had the maximum value for the cross-entity aggregate metric.

Available since API v11.

minEntityDisplayName minEntityDisplayName (string) The display name of the entity that had the minimum value for the cross-entity aggregate metric.
minEntityName minEntityName (string) The name of the entity that had the minimum value for the cross-entity aggregate metric.

Available since API v11.

numEntities numEntities (double) The number of entities covered by this point. For a raw cross-entity point this number is exact. For a rollup point this number is an average, since the number of entities being aggregated can change over the aggregation period.