com.outr.arango.core

Members list

Type members

Classlikes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
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

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait KeyType

Attributes

Companion
object
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
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
KeyType.type
sealed trait Level

Attributes

Companion
object
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
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Level.type