Get Tables Table
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)
Properties
Link copied to clipboard
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 retention time of data stored in this table.