TextStreamInfo

data class TextStreamInfo(    val id: String,     val topic: String,     val timestampMs: Long,     val totalSize: Long?,     val attributes: Map<String, String>,     val operationType: TextStreamInfo.OperationType,     val version: Int,     val replyToStreamId: String?,     val attachedStreamIds: List<String>,     val generated: Boolean) : StreamInfo

Constructors

Link copied to clipboard
constructor(header: <Error class: unknown class>, textHeader: <Error class: unknown class>)
constructor(    id: String,     topic: String,     timestampMs: Long,     totalSize: Long?,     attributes: Map<String, String>,     operationType: TextStreamInfo.OperationType,     version: Int,     replyToStreamId: String?,     attachedStreamIds: List<String>,     generated: Boolean)

Types

Properties

Link copied to clipboard
Link copied to clipboard
open override val attributes: Map<String, String>
Link copied to clipboard
Link copied to clipboard
open override val id: String
Link copied to clipboard
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?
Link copied to clipboard