CatalogTablePartitionIndex

data class CatalogTablePartitionIndex(val indexName: String, val indexStatus: String? = null, val keys: List<String>)

Constructors

Link copied to clipboard
constructor(indexName: String, indexStatus: String? = null, keys: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the partition index.

Link copied to clipboard
val indexStatus: String? = null
Link copied to clipboard

Keys for the partition index.