DataStoreIndexProperty

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

Constructors

Link copied to clipboard
constructor(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, DESCENDING.

Link copied to clipboard

The property name to index.