IndexKey

io.github.zeal18.zio.mongodb.driver.indexes.IndexKey$
See theIndexKey companion trait
object IndexKey

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class Asc(fieldNames: Seq[String]) extends IndexKey

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait IndexKey
trait Bson
class Object
trait Matchable
class Any
final case class Compound(indexes: Seq[IndexKey]) extends IndexKey

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait IndexKey
trait Bson
class Object
trait Matchable
class Any
final case class Desc(fieldNames: Seq[String]) extends IndexKey

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait IndexKey
trait Bson
class Object
trait Matchable
class Any
final case class Geo2d(fieldNames: Seq[String]) extends IndexKey

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait IndexKey
trait Bson
class Object
trait Matchable
class Any
final case class Geo2dsphere(fieldNames: Seq[String]) extends IndexKey

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait IndexKey
trait Bson
class Object
trait Matchable
class Any
final case class GeoHaystack(fieldName: String, additionalFieldName: String) extends IndexKey

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait IndexKey
trait Bson
class Object
trait Matchable
class Any
final case class Hashed(fieldNames: Seq[String]) extends IndexKey

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait IndexKey
trait Bson
class Object
trait Matchable
class Any
final case class Raw(index: Bson) extends IndexKey

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait IndexKey
trait Bson
class Object
trait Matchable
class Any
final case class Text(fieldNames: Seq[String]) extends IndexKey

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait IndexKey
trait Bson
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror