indices

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

Parameters

value

One or more index blocks as defined below.


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


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

Parameters

values

One or more index blocks as defined below.


@JvmName(name = "fifkmydtjlleowst")
suspend fun indices(argument: List<suspend MongoCollectionIndexArgsBuilder.() -> Unit>)
@JvmName(name = "bljmeucvsbsbqort")
suspend fun indices(vararg argument: suspend MongoCollectionIndexArgsBuilder.() -> Unit)
@JvmName(name = "sufymqnchostramh")
suspend fun indices(argument: suspend MongoCollectionIndexArgsBuilder.() -> Unit)

Parameters

argument

One or more index blocks as defined below.