public static interface Aggregates.Builder extends SdkPojo, CopyableBuilder<Aggregates.Builder,Aggregates>
| Modifier and Type | Method and Description |
|---|---|
Aggregates.Builder |
average(Double average)
The average (mean) value of the time series over a time interval window.
|
Aggregates.Builder |
count(Double count)
The count of data points in the time series over a time interval window.
|
Aggregates.Builder |
maximum(Double maximum)
The maximum value of the time series over a time interval window.
|
Aggregates.Builder |
minimum(Double minimum)
The minimum value of the time series over a time interval window.
|
Aggregates.Builder |
standardDeviation(Double standardDeviation)
The standard deviation of the time series over a time interval window.
|
Aggregates.Builder |
sum(Double sum)
The sum of the time series over a time interval window.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAggregates.Builder average(Double average)
The average (mean) value of the time series over a time interval window.
average - The average (mean) value of the time series over a time interval window.Aggregates.Builder count(Double count)
The count of data points in the time series over a time interval window.
count - The count of data points in the time series over a time interval window.Aggregates.Builder maximum(Double maximum)
The maximum value of the time series over a time interval window.
maximum - The maximum value of the time series over a time interval window.Aggregates.Builder minimum(Double minimum)
The minimum value of the time series over a time interval window.
minimum - The minimum value of the time series over a time interval window.Aggregates.Builder sum(Double sum)
The sum of the time series over a time interval window.
sum - The sum of the time series over a time interval window.Aggregates.Builder standardDeviation(Double standardDeviation)
The standard deviation of the time series over a time interval window.
standardDeviation - The standard deviation of the time series over a time interval window.Copyright © 2022. All rights reserved.