DataStoreIndexProperty

data class DataStoreIndexProperty(val direction: String, val name: String)

Constructors

Link copied to clipboard
fun DataStoreIndexProperty(direction: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The property name to index.