Streamingbuffer Response
data class StreamingbufferResponse(val estimatedBytes: String, val estimatedRows: String, val oldestEntryTime: String)
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.