Index

case class Index(`type`: IndexType, fields: List[String], sparse: Boolean, unique: Boolean, estimates: Boolean, geoJson: Boolean, minLength: Long, expireAfterSeconds: Int)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def matches(info: IndexInfo): Boolean
def typeAndFields(info: IndexInfo): Boolean

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product