IndexKey

class IndexKey(val property: String = "index") : KeyProperties(source)

Class representing an index key.

Constructors

Link copied to clipboard
constructor(property: String = "index")

Properties

Link copied to clipboard
open override val property: String

The property of the index key.