CollectionInfo

avokka.arangodb.models.CollectionInfo
See theCollectionInfo companion object
final case class CollectionInfo(id: String, name: CollectionName, status: CollectionStatus, `type`: CollectionType, isSystem: Boolean, globallyUniqueId: String)

collection information

Value parameters

`type`

type of the collection

globallyUniqueId

unique id of the collection

id

identifier of the collection

isSystem

if true then the collection is a system collection

name

name of the collection

status

status of the collection

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