Response

avokka.arangodb.models.admin.AdminLog$.Response
See theResponse companion object
final case class Response(level: List[Long], lid: List[Long], text: List[String], timestamp: List[Long], topic: List[String], totalAmount: Long)

Value parameters

level

A list of the log levels for all log entries.

lid

a list of log entry identifiers. Each log message is uniquely identified by its @LIT{lid} and the identifiers are in ascending order.

text

a list of the texts of all log entries

timestamp

a list of the timestamps as seconds since 1970-01-01 for all log entries.

topic

a list of the topics of all log entries

totalAmount

the total amount of log entries before pagination.

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