StreamingbufferResponse

data class StreamingbufferResponse(val estimatedBytes: String, val estimatedRows: String, val oldestEntryTime: String)

Constructors

Link copied to clipboard
fun StreamingbufferResponse(estimatedBytes: String, estimatedRows: String, oldestEntryTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A lower-bound estimate of the number of bytes currently in the streaming buffer.

Link copied to clipboard

A lower-bound estimate of the number of rows currently in the streaming buffer.

Link copied to clipboard

Contains the timestamp of the oldest entry in the streaming buffer, in milliseconds since the epoch, if the streaming buffer is available.