Index

com.outr.arango.Index
case class Index(`type`: IndexType, fields: List[String], sparse: Boolean, unique: Boolean, estimates: Boolean, geoJson: Boolean, minLength: Long, expireAfterSeconds: Int)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product