KeyOptions

avokka.arangodb.models.CollectionProperties$.KeyOptions
See theKeyOptions companion object
final case class KeyOptions(allowUserKeys: Boolean, lastValue: Option[Int], `type`: String)

A object which contains key generation options

Value parameters

`type`

specifies the type of the key generator. The currently available generators are traditional, autoincrement, uuid and padded.

allowUserKeys

if set to true, then it is allowed to supply own key values in the _key attribute of a document. If set to false, then the key generator is solely responsible for generating keys and supplying own key values in the _key attribute of documents is considered an error.

Attributes

Companion
object
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