ByteStreamInfo

data class ByteStreamInfo(    val id: String,     val topic: String,     val timestampMs: Long,     val totalSize: Long?,     val attributes: Map<String, String>,     val mimeType: String,     val name: String?) : StreamInfo

Constructors

Link copied to clipboard
constructor(header: <Error class: unknown class>, byteHeader: <Error class: unknown class>)
constructor(id: String, topic: String, timestampMs: Long, totalSize: Long?, attributes: Map<String, String>, mimeType: String, name: String?)

Properties

Link copied to clipboard
open override val attributes: Map<String, String>
Link copied to clipboard
open override val id: String
Link copied to clipboard
Link copied to clipboard
val name: String?
Link copied to clipboard
open override val timestampMs: Long
Link copied to clipboard
open override val topic: String
Link copied to clipboard
open override val totalSize: Long?