PartitionIndexPartitionIndex

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val indexName: String? = null

Name of the partition index.

Link copied to clipboard
val indexStatus: String? = null
Link copied to clipboard
val keys: List<String>? = null

Keys for the partition index.