BufferedLogRequest

data class BufferedLogRequest(    val request: LogRequest,     val sessionTime: Instant,     val windowStartTime: Instant)

Constructors

Link copied to clipboard
fun BufferedLogRequest(    request: LogRequest,     sessionTime: Instant,     windowStartTime: Instant)

Properties

Link copied to clipboard
val request: LogRequest
Link copied to clipboard
val sessionTime: Instant

This is the time that the server was started. It's mostly useful for debugging profiles and tracing their creation.

Link copied to clipboard
val windowStartTime: Instant

This effectively controls the dataset timestamp.