FieldIndexConfig

data class FieldIndexConfig(val indexes: List<FieldIndexConfigIndex>? = null)

Constructors

Link copied to clipboard
constructor(indexes: List<FieldIndexConfigIndex>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The indexes to configure on the field. Order or array contains must be specified. Structure is documented below.