DatabaseInfo

avokka.arangodb.models.DatabaseInfo
See theDatabaseInfo companion object
case class DatabaseInfo(name: DatabaseName, id: String, path: String, isSystem: Boolean)

database information

Value parameters

id

database id

isSystem

whether or not the current database is the _system database

name

database name

path

filesystem path

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