indices

@JvmName(name = "uhaerfuspkpfmxlu")
suspend fun indices(value: Output<List<MongoCollectionIndexArgs>>)
@JvmName(name = "veluvnwqjigpkaww")
suspend fun indices(value: List<MongoCollectionIndexArgs>?)

Parameters

value

One or more index blocks as defined below.


@JvmName(name = "xmtcnhgmqgjrgwkl")
suspend fun indices(vararg values: Output<MongoCollectionIndexArgs>)


@JvmName(name = "fifrjpwkfcccupwc")
suspend fun indices(values: List<Output<MongoCollectionIndexArgs>>)
@JvmName(name = "agcsnqpmsxkwmsrb")
suspend fun indices(vararg values: MongoCollectionIndexArgs)

Parameters

values

One or more index blocks as defined below.


@JvmName(name = "rviomvwefitvvhea")
suspend fun indices(argument: List<suspend MongoCollectionIndexArgsBuilder.() -> Unit>)
@JvmName(name = "hbbpbhynkqcsxrru")
suspend fun indices(vararg argument: suspend MongoCollectionIndexArgsBuilder.() -> Unit)
@JvmName(name = "eyvvarxtbkeydtjw")
suspend fun indices(argument: suspend MongoCollectionIndexArgsBuilder.() -> Unit)

Parameters

argument

One or more index blocks as defined below.