fields

@JvmName(name = "rkfcoxhdmqmkiwdo")
suspend fun fields(value: Output<List<IndexFieldArgs>>)
@JvmName(name = "sikdgojowkownpoy")
suspend fun fields(value: List<IndexFieldArgs>?)

Parameters

value

The fields supported by this index. The last field entry is always for the field path __name__. If, on creation, __name__ was not specified as the last field, it will be added automatically with the same direction as that of the last field defined. If the final field in a composite index is not directional, the __name__ will be ordered "ASCENDING" (unless explicitly specified otherwise). Structure is documented below.


@JvmName(name = "bdljuhuiqgppysnv")
suspend fun fields(vararg values: Output<IndexFieldArgs>)


@JvmName(name = "xevlkrhgmjsgrmvm")
suspend fun fields(values: List<Output<IndexFieldArgs>>)
@JvmName(name = "jolgrrfjeqdyvvjl")
suspend fun fields(vararg values: IndexFieldArgs)

Parameters

values

The fields supported by this index. The last field entry is always for the field path __name__. If, on creation, __name__ was not specified as the last field, it will be added automatically with the same direction as that of the last field defined. If the final field in a composite index is not directional, the __name__ will be ordered "ASCENDING" (unless explicitly specified otherwise). Structure is documented below.


@JvmName(name = "oxcnehtqmjicmqgh")
suspend fun fields(argument: List<suspend IndexFieldArgsBuilder.() -> Unit>)
@JvmName(name = "vsqnffcysoyfdjeg")
suspend fun fields(vararg argument: suspend IndexFieldArgsBuilder.() -> Unit)
@JvmName(name = "eswsgddgxfjscshk")
suspend fun fields(argument: suspend IndexFieldArgsBuilder.() -> Unit)

Parameters

argument

The fields supported by this index. The last field entry is always for the field path __name__. If, on creation, __name__ was not specified as the last field, it will be added automatically with the same direction as that of the last field defined. If the final field in a composite index is not directional, the __name__ will be ordered "ASCENDING" (unless explicitly specified otherwise). Structure is documented below.