properties

@JvmName(name = "msppjwjussnmbrmh")
suspend fun properties(value: Output<List<DataStoreIndexPropertyArgs>>)
@JvmName(name = "gjtsdmbbdcdwoerl")
suspend fun properties(value: List<DataStoreIndexPropertyArgs>?)

Parameters

value

An ordered list of properties to index on. Structure is documented below.


@JvmName(name = "yxuvmtmcaqktmbhv")
suspend fun properties(vararg values: Output<DataStoreIndexPropertyArgs>)


@JvmName(name = "xlcciilmrwasgfji")
suspend fun properties(values: List<Output<DataStoreIndexPropertyArgs>>)
@JvmName(name = "alqbepihnvrpuovm")
suspend fun properties(vararg values: DataStoreIndexPropertyArgs)

Parameters

values

An ordered list of properties to index on. Structure is documented below.


@JvmName(name = "vcfnrokisnuuhmvd")
suspend fun properties(argument: List<suspend DataStoreIndexPropertyArgsBuilder.() -> Unit>)
@JvmName(name = "ytekfijsfrbpdevc")
suspend fun properties(vararg argument: suspend DataStoreIndexPropertyArgsBuilder.() -> Unit)
@JvmName(name = "kqbqlubghxhtxtnh")
suspend fun properties(argument: suspend DataStoreIndexPropertyArgsBuilder.() -> Unit)

Parameters

argument

An ordered list of properties to index on. Structure is documented below.