indexConfig

@JvmName(name = "jiejcasddtswjcxp")
suspend fun indexConfig(value: Output<FieldIndexConfigArgs>)
@JvmName(name = "jnbrfmevqbsmmsoi")
suspend fun indexConfig(value: FieldIndexConfigArgs?)

Parameters

value

The single field index configuration for this field. Creating an index configuration for this field will override any inherited configuration with the indexes specified. Configuring the index configuration with an empty block disables all indexes on the field. Structure is documented below.


@JvmName(name = "eqvvysbyvrvtggkb")
suspend fun indexConfig(argument: suspend FieldIndexConfigArgsBuilder.() -> Unit)

Parameters

argument

The single field index configuration for this field. Creating an index configuration for this field will override any inherited configuration with the indexes specified. Configuring the index configuration with an empty block disables all indexes on the field. Structure is documented below.