indices

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

Parameters

value

One or more index blocks as defined below.


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


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

Parameters

values

One or more index blocks as defined below.


@JvmName(name = "cpbnnrsibmgbxbqp")
suspend fun indices(argument: List<suspend MongoCollectionIndexArgsBuilder.() -> Unit>)
@JvmName(name = "bggpkynwbhbmqkki")
suspend fun indices(vararg argument: suspend MongoCollectionIndexArgsBuilder.() -> Unit)
@JvmName(name = "icdsucmhruqbtjwa")
suspend fun indices(argument: suspend MongoCollectionIndexArgsBuilder.() -> Unit)

Parameters

argument

One or more index blocks as defined below.