IndexType

reactivemongo.api.indexes.IndexType
See theIndexType companion object
sealed trait IndexType

Type of Index

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Ascending.type
object Descending.type
object Geo2D.type
object Geo2DSpherical.type
object GeoHaystack.type
object Hashed.type
object Text.type

Members list

Concise view

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any