MongoDB request DSL • opensavvy.ktmongo.dsl.path • PathSegment • Indexed
Indexed¶
data class Indexed(val index: Int) : PathSegment
Path segment representing an indexed element in an array.
This class isn't meant to be used directly by end users. Instead, see get
.
Constructors¶
Indexed
¶
constructor(index: Int)