CreateCollectionOptions

com.outr.arango.core.CreateCollectionOptions
case class CreateCollectionOptions(replicationFactor: Option[Int], writeConcern: Option[Int], keyOptions: Option[KeyOptions], waitForSync: Option[Boolean], computedValues: List[ComputedValue], shardKeys: List[String], numberOfShards: Option[Int], isSystem: Option[Boolean], `type`: Option[CollectionType], 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
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product