Global

data class Global(val streams: List<Stream>) : Feed

Acts as a key for Airbyte STATE messages of type GLOBAL.

Constructors

Link copied to clipboard
constructor(streams: List<Stream>)

Properties

Link copied to clipboard
open override val label: String
Link copied to clipboard
Link copied to clipboard

List of Streams this Feed emits records for.