TimeSeriesSummary

Contains a summary of a time series (data stream).

Types

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

Properties

Link copied to clipboard

The alias that identifies the time series.

Link copied to clipboard

The ID of the asset in which the asset property was created.

Link copied to clipboard

The data type of the time series.

Link copied to clipboard

The data type of the structure for this time series. This parameter is required for time series that have the STRUCT data type.

Link copied to clipboard

The ID of the asset property, in UUID format.

Link copied to clipboard

The ARN of the time series, which has the following format.

Link copied to clipboard

The date that the time series was created, in Unix epoch time.

Link copied to clipboard

The ID of the time series.

Link copied to clipboard

The date that the time series was last updated, in Unix epoch time.

Functions

Link copied to clipboard
inline fun copy(block: TimeSeriesSummary.Builder.() -> Unit = {}): TimeSeriesSummary
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