ArangoConfiguration

io.funkode.arangodb.ArangoConfiguration
See theArangoConfiguration companion object
final case class ArangoConfiguration(host: String, port: Int, username: String, password: String, chunkLength: Long, readBufferSize: Int, connectTimeout: Duration, replyTimeout: Duration, database: DatabaseName)

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