PropertyValue

An object that contains information about a value for a time series property.

Types

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

Properties

Link copied to clipboard
val time: String?

ISO8601 DateTime of a value for a time series property.

Link copied to clipboard

The timestamp of a value for a time series property.

Link copied to clipboard

An object that specifies a value for a time series property.

Functions

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