com.outr.arango.core

Type members

Classlikes

case class CollectionSchema(rule: Option[String], level: Option[Level], message: Option[String])
case class CreateCollectionOptions(journalSize: Option[Long], replicationFactor: Option[Int], satellite: Option[Boolean], minReplicationFactor: 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)
case class KeyOptions(allowUserKeys: Boolean, `type`: KeyType, increment: Option[Int], offset: Option[Int])
sealed trait KeyType
Companion:
object
object KeyType
Companion:
class
sealed trait Level
Companion:
object
object Level
Companion:
class