Version

avokka.arangodb.models.Version
See theVersion companion object
final case class Version(server: String, license: String, version: String, details: Map[String, String])

Value parameters

details

additional information about included components and their versions

license

the server license

server

will always contain arango

version

the server version string. The string has the format "major.minor.sub". major and minor will be numeric, and sub may contain a number or a textual version

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