GetSearchIndexesIndex

data class GetSearchIndexesIndex(val createTime: Int, val currentSyncTimestamp: Int, val id: String, val indexName: String, val instanceName: String, val meteringLastUpdateTime: Int, val reservedReadCu: Int, val rowCount: Int, val schema: String, val storageSize: Int, val syncPhase: String, val tableName: String, val timeToLive: Int)

Constructors

Link copied to clipboard
constructor(createTime: Int, currentSyncTimestamp: Int, id: String, indexName: String, instanceName: String, meteringLastUpdateTime: Int, reservedReadCu: Int, rowCount: Int, schema: String, storageSize: Int, syncPhase: String, tableName: String, timeToLive: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation time of the index.

Link copied to clipboard

Timestamp for sync phase.

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 name of OTS instance.

Link copied to clipboard

Last update time for metering data..

Link copied to clipboard

Reserve related resources for the index.

Link copied to clipboard

The number of rows of data for index.

Link copied to clipboard

JSON representation of the schema of index.

Link copied to clipboard

Storage space occupied by index.

Link copied to clipboard

The synchronization state of the index.

Link copied to clipboard

The name of OTS table.

Link copied to clipboard

TTL of index.