Builder

class Builder

Properties

Link copied to clipboard

Contains the list of dimensions for time-series data points.

Link copied to clipboard

Measure represents the data attribute of the time series. For example, the CPU utilization of an EC2 instance or the RPM of a wind turbine are measures.

Link copied to clipboard

Contains the measure value for the time-series data point.

Link copied to clipboard

Contains the list of MeasureValue for time-series data points.

Link copied to clipboard

Contains the data type of the measure value for the time-series data point. Default type is DOUBLE. For more information, see Data types.

Link copied to clipboard
var time: String?

Contains the time at which the measure value for the data point was collected. The time value plus the unit provides the time elapsed since the epoch. For example, if the time value is 12345 and the unit is ms, then 12345 ms have elapsed since the epoch.

Link copied to clipboard

The granularity of the timestamp unit. It indicates if the time value is in seconds, milliseconds, nanoseconds, or other supported values. Default is MILLISECONDS.

Link copied to clipboard

64-bit attribute used for record updates. Write requests for duplicate data with a higher version number will update the existing measure value and version. In cases where the measure value is the same, Version will still be updated. Default value is 1.