Table

class Table

Represents a database table in Timestream. Tables contain one or more related time series. You can modify the retention duration of the memory store and the magnetic store for a table.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name that uniquely identifies this table.

Link copied to clipboard

The time when the Timestream table was created.

Link copied to clipboard

The name of the Timestream database that contains this table.

Link copied to clipboard

The time when the Timestream table was last updated.

Link copied to clipboard

Contains properties to set on the table when enabling magnetic store writes.

Link copied to clipboard

The retention duration for the memory store and magnetic store.

Link copied to clipboard

The schema of the table.

Link copied to clipboard

The name of the Timestream table.

Link copied to clipboard

The current state of the table:

Functions

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