GetTablesTable

data class GetTablesTable(val definedColumns: List<GetTablesTableDefinedColumn>, val id: String, val instanceName: String, val maxVersion: Int, val primaryKeys: List<GetTablesTablePrimaryKey>, val tableName: String, val timeToLive: Int)

Constructors

Link copied to clipboard
constructor(definedColumns: List<GetTablesTableDefinedColumn>, id: String, instanceName: String, maxVersion: Int, primaryKeys: List<GetTablesTablePrimaryKey>, tableName: String, timeToLive: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

ID of the table. The value is <instance_name>:<table_name>.

Link copied to clipboard

The name of OTS instance.

Link copied to clipboard

The maximum number of versions stored in this table.

Link copied to clipboard

The property of TableMeta which indicates the structure information of a table.

Link copied to clipboard

The table name of the OTS which could not be changed.

Link copied to clipboard

The retention time of data stored in this table.