indices

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

Parameters

value

One or more index blocks as defined below.


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


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

Parameters

values

One or more index blocks as defined below.


@JvmName(name = "amefcnocgmkevwgb")
suspend fun indices(argument: List<suspend MongoCollectionIndexArgsBuilder.() -> Unit>)
@JvmName(name = "ykdielvkwbhhcfji")
suspend fun indices(vararg argument: suspend MongoCollectionIndexArgsBuilder.() -> Unit)
@JvmName(name = "dvsuyxksuhxcyuiy")
suspend fun indices(argument: suspend MongoCollectionIndexArgsBuilder.() -> Unit)

Parameters

argument

One or more index blocks as defined below.