GetSecondaryIndexesIndex

data class GetSecondaryIndexesIndex(val definedColumns: List<String>, val id: String, val indexName: String, val indexType: String, val instanceName: String, val primaryKeys: List<String>, val tableName: String)

Constructors

Link copied to clipboard
constructor(definedColumns: List<String>, id: String, indexName: String, indexType: String, instanceName: String, primaryKeys: List<String>, tableName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of defined column for index, referenced from Table's primary keys or predefined columns.

Link copied to clipboard
val id: String

The resource ID. The value is <instance_name>:<table_name>:<indexName>:<indexType>.

Link copied to clipboard

The index name of the OTS Table which could not be changed.

Link copied to clipboard

The index type of the OTS Table which could not be changed.

Link copied to clipboard

The name of OTS instance.

Link copied to clipboard

A list of primary keys for index, referenced from Table's primary keys or predefined columns.

Link copied to clipboard

The name of OTS table.