com.outr.arango.core

Members list

Concise view

Type members

Classlikes

case class CollectionSchema(rule: Option[String], level: Option[Level], message: Option[String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class CreateCollectionOptions(replicationFactor: Option[Int], satellite: Option[Boolean], writeConcern: Option[Int], keyOptions: Option[KeyOptions], waitForSync: Option[Boolean], doCompact: Option[Boolean], isVolatile: Option[Boolean], shardKeys: Option[List[String]], numberOfShards: Option[Int], isSystem: Option[Boolean], `type`: Option[CollectionType], indexBuckets: Option[Int], distributeShardsLike: Option[String], shardingStrategy: Option[String], smartJoinAttribute: Option[String], collectionSchema: CollectionSchema)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class KeyOptions(allowUserKeys: Boolean, `type`: KeyType, increment: Option[Int], offset: Option[Int])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed trait KeyType

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object AutoIncrement.type
object Padded.type
object Traditional.type
object UUID.type
object KeyType

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
KeyType.type
sealed trait Level

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Moderate.type
object New.type
object None.type
object Strict.type
object Level

Attributes

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