ApiTimeSeriesAggregateStatistics

Properties

Name Type Description Notes
sampleTime String The timestamp of the sample data point. Note that the timestamp reflects coordinated universal time (UTC) and not necessarily the server's time zone. The rest API formats the UTC timestamp as an ISO-8061 string. [optional]
sampleValue BigDecimal The sample data point value representing an actual sample value picked from the underlying data that is being aggregated. [optional]
count BigDecimal The number of individual data points aggregated in this data point. [optional]
min BigDecimal This minimum value encountered while producing this aggregate data point. If this is a cross-time aggregate then this is the minimum value encountered during the aggregation period. If this is a cross-entity aggregate then this is the minimum value encountered across all entities. If this is a cross-time, cross-entity aggregate, then this is the minimum value for any entity across the aggregation period. [optional]
minTime String The timestamp of the minimum data point. Note that the timestamp reflects coordinated universal time (UTC) and not necessarily the server's time zone. The rest API formats the UTC timestamp as an ISO-8061 string. [optional]
max BigDecimal This maximum value encountered while producing this aggregate data point. If this is a cross-time aggregate then this is the maximum value encountered during the aggregation period. If this is a cross-entity aggregate then this is the maximum value encountered across all entities. If this is a cross-time, cross-entity aggregate, then this is the maximum value for any entity across the aggregation period. [optional]
maxTime String The timestamp of the maximum data point. Note that the timestamp reflects coordinated universal time (UTC) and not necessarily the server's time zone. The rest API formats the UTC timestamp as an ISO-8061 string. [optional]
mean BigDecimal The mean of the values of all data-points for this aggregate data point. [optional]
stdDev BigDecimal The standard deviation of the values of all data-points for this aggregate data point. [optional]
crossEntityMetadata ApiTimeSeriesCrossEntityMetadata If the data-point is for a cross entity aggregate (e.g., fd_open_across_datanodes) returns the cross entity metadata, null otherwise. [optional]