Datapoint

class Datapoint

Encapsulates the statistical data that CloudWatch computes from metric data.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The average of the metric values that correspond to the data point.

Link copied to clipboard

The percentile statistic for the data point.

Link copied to clipboard

The maximum metric value for the data point.

Link copied to clipboard

The minimum metric value for the data point.

Link copied to clipboard

The number of metric values that contributed to the aggregate value of this data point.

Link copied to clipboard
val sum: Double?

The sum of the metric values for the data point.

Link copied to clipboard

The time stamp used for the data point.

Link copied to clipboard

The standard unit for the data point.

Functions

Link copied to clipboard
inline fun copy(block: Datapoint.Builder.() -> Unit = {}): Datapoint
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String