properties

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "hqrghnixmggecvqd")
suspend fun properties(argument: List<suspend DataStoreIndexPropertyArgsBuilder.() -> Unit>)
@JvmName(name = "jqgwtocsskfbvsyw")
suspend fun properties(vararg argument: suspend DataStoreIndexPropertyArgsBuilder.() -> Unit)
@JvmName(name = "omuwxlunueqnqcid")
suspend fun properties(argument: suspend DataStoreIndexPropertyArgsBuilder.() -> Unit)

Parameters

argument

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