CreateCollectionOptions

com.outr.arango.core.CreateCollectionOptions
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

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product