DataStoreIndexPropertyArgs

data class DataStoreIndexPropertyArgs(val direction: Output<String>, val name: Output<String>) : ConvertibleToJava<DataStoreIndexPropertyArgs>

Constructors

Link copied to clipboard
constructor(direction: Output<String>, name: Output<String>)

Properties

Link copied to clipboard
val direction: Output<String>

The direction the index should optimize for sorting. Possible values are: ASCENDING, DESCENDING.

Link copied to clipboard
val name: Output<String>

The property name to index.

Functions

Link copied to clipboard
open override fun toJava(): DataStoreIndexPropertyArgs